X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;h=538f75d48e66d3606c853471ec50ddccc96ec69e;hb=dba4f28b6269c0ebd7a4e70a82ca10cf6c4a6ff8;hp=fd7cc6f469edba00090e16f9fe93839ea9960c95;hpb=62ca7f3ae55ad2e0c395cb554d71afab87de1ee3;p=lyx.git diff --git a/src/client/client.cpp b/src/client/client.cpp index fd7cc6f469..538f75d48e 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -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) {}