]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
fix compilation on F13 and binutils/gold by rewriting specialized X11 code
[lyx.git] / src / LyXRC.h
index d659d052d250b7590ed76d8b0d8a1d1778f2b22a..4ec4d2aeef4af3e5a79bdb86f2245d540822e75a 100644 (file)
@@ -76,6 +76,7 @@ public:
                RC_EDITOR_ALTERNATIVES,
                RC_ESC_CHARS,
                RC_EXAMPLEPATH,
+               RC_EXPORT_OVERWRITE,
                RC_FONT_ENCODING,
                RC_FORMAT,
                RC_FORWARD_SEARCH_DVI,
@@ -496,6 +497,8 @@ public:
        std::string forward_search_dvi;
        ///
        std::string forward_search_pdf;
+       ///
+       int export_overwrite;
 };