]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulabase.h
Fix.
[lyx.git] / src / mathed / formulabase.h
index 0aeef469a688b8cadab4b268ce6c37bf1ca096c2..49d48a4bcdb0d94ece4b5cc961825d79c8509722 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef INSET_FORMULABASE_H
 #define INSET_FORMULABASE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insets/inset.h"
 #include "frontends/mouse_state.h"
@@ -96,10 +93,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 +115,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 +146,7 @@ protected:
 // So do it here.
 void mathDispatch(FuncRequest const &);
 
+///
+void releaseMathCursor(BufferView * bv);
+
 #endif