From: Jean-Marc Lasgouttes Date: Wed, 24 Apr 2019 12:54:41 +0000 (+0200) Subject: remove dummy LyXRC class that was forgotten X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2107 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=26817e9347b9f5bc040ccdf658fbdb559d16684c;p=features.git remove dummy LyXRC class that was forgotten --- 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) {}