]> git.lyx.org Git - lyx.git/commitdiff
remove dummy LyXRC class that was forgotten
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Apr 2019 12:54:41 +0000 (14:54 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Apr 2019 12:54:49 +0000 (14:54 +0200)
src/support/tests/dummy_functions.cpp

index 7ae711312a039abe96bfe48f93dd6ab4d638306b..b7e27ed70b9299d271d808fa8632cb798a7c9f1e 100644 (file)
@@ -1,5 +1,7 @@
 #include <config.h>
 
+#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) {}