]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
fix "make check" with gcc 4.3
[lyx.git] / src / LyXRC.h
index a23f3d79aa4003522929c0c0e648d16022d1257a..3e513e350066d4e96770672209e5973d0a51a1db 100644 (file)
@@ -38,6 +38,7 @@ public:
        enum LyXRCTags {
                RC_ACCEPT_COMPOUND = 1,
                RC_ALT_LANG,
+               RC_AUTOCORRECTION_MATH,
                RC_PLAINTEXT_LINELEN,
                RC_PLAINTEXT_ROFF_COMMAND,
                RC_AUTOREGIONDELETE,
@@ -438,6 +439,8 @@ public:
        ///
        int completion_inline_dots;
        ///
+       bool autocorrection_math;
+       ///
        double completion_popup_delay;
        ///
        bool completion_popup_math;