]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathStream.h
Fix broken Apple speller interface
[features.git] / src / mathed / MathStream.h
index d55831de37ea58541ea28d5d1f88675b83df6d57..6d0399e4c8e2bca0b902caf2c16de4f4505a613d 100644 (file)
@@ -38,7 +38,8 @@ public:
        enum OutputType {
                wsDefault,
                wsDryrun,
-               wsPreview
+               wsPreview,
+               wsSearchAdv
        };
        ///
        enum UlemCmdType {
@@ -107,7 +108,7 @@ public:
        /// tell whether to use only ascii chars when producing latex code
        bool asciiOnly() const { return ascii_; }
        /// tell whether we are in a MathClass inset
-       void inMathClass(bool mathclass) { mathclass_ = mathclass; };
+       void inMathClass(bool mathclass) { mathclass_ = mathclass; }
        /// tell whether we are in a MathClass inset
        bool inMathClass() const { return mathclass_; }
        /// LaTeX encoding