]> git.lyx.org Git - lyx.git/blobdiff - src/client/client.cpp
- Coding style
[lyx.git] / src / client / client.cpp
index fd7cc6f469edba00090e16f9fe93839ea9960c95..538f75d48e66d3606c853471ec50ddccc96ec69e 100644 (file)
@@ -65,6 +65,11 @@ using ::boost::scoped_ptr;
 
 namespace lyx {
 
+// Dummy LyXRC support
+struct LyXRC {
+       string icon_set;
+} lyxrc;
+
 // Keep the linker happy on Windows
 void lyx_exit(int)
 {}