From 26817e9347b9f5bc040ccdf658fbdb559d16684c Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 24 Apr 2019 14:54:41 +0200 Subject: [PATCH] remove dummy LyXRC class that was forgotten --- src/support/tests/dummy_functions.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/support/tests/dummy_functions.cpp b/src/support/tests/dummy_functions.cpp index 7ae711312a..b7e27ed70b 100644 --- a/src/support/tests/dummy_functions.cpp +++ b/src/support/tests/dummy_functions.cpp @@ -1,5 +1,7 @@ #include +#include "LyXRC.h" + #include "support/Messages.h" using namespace std; @@ -9,7 +11,7 @@ namespace lyx { bool verbose = false; // Dummy LyXRC support - class LyXRC { string icon_set; } lyxrc; + LyXRC lyxrc; // Keep the linker happy on Windows void lyx_exit(int) {} -- 2.39.2