]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/dummy_functions.cpp
Cmake build: all tests
[lyx.git] / src / support / tests / dummy_functions.cpp
index 229198e382bc9dfb27c1825339e881a420ef2064..bfec86f333c82f3ef9da7491719d1e1701743756 100644 (file)
@@ -6,7 +6,7 @@ using namespace std;
 
 namespace lyx {
        // Dummy LyXRC support
-       struct LyXRC { string icon_set; } lyxrc;
+       class LyXRC { string icon_set; } lyxrc;
 
        // Keep the linker happy on Windows
        void lyx_exit(int) {}