]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulabase.h
Fix reading of math macros
[lyx.git] / src / mathed / formulabase.h
index 0aeef469a688b8cadab4b268ce6c37bf1ca096c2..f40a261f4aef834f62b87248b5436358075d93b1 100644 (file)
@@ -96,10 +96,10 @@ public:
 
        ///
        virtual bool searchForward(BufferView *, string const &,
-                                  bool = true, bool = false);
+                                  bool = true, bool = false);
        ///
        virtual bool searchBackward(BufferView *, string const &,
-                                   bool = true, bool = false);
+                                   bool = true, bool = false);
        ///
        virtual bool isTextInset() const { return true; }
        ///
@@ -118,7 +118,7 @@ private:
        void operator=(const InsetFormulaBase &);
        /// common base for handling accents
        void handleAccent(BufferView * bv, string const & arg, string const & name);
-       /// lfun handler 
+       /// lfun handler
        RESULT lfunMousePress(FuncRequest const &);
        ///
        RESULT lfunMouseRelease(FuncRequest const &);
@@ -149,4 +149,7 @@ protected:
 // So do it here.
 void mathDispatch(FuncRequest const &);
 
+///
+void releaseMathCursor(BufferView * bv);
+
 #endif