]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
fix MSVC warning.
[lyx.git] / src / LyXRC.h
index 01fb3692ea3c12703d9382de2dcf43ea0008f59d..877c3d9f0b35ba345f9723b8583d60dfcb9bd7bf 100644 (file)
@@ -58,6 +58,7 @@ public:
                RC_CUSTOM_EXPORT_COMMAND,
                RC_CUSTOM_EXPORT_FORMAT,
                RC_DATE_INSERT_FORMAT,
+               RC_DEFFILE,
                RC_DEFAULT_LANGUAGE,
                RC_DEFAULT_PAPERSIZE,
                RC_DIALOGS_ICONIFY_WITH_MAIN,
@@ -171,6 +172,8 @@ public:
        ///
        std::string bind_file;
        ///
+       std::string def_file;
+       ///
        std::string ui_file;
        ///
        std::string printer;