]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.h
fix #1073
[lyx.git] / src / mathed / formulamacro.h
index 291d3d5e0cd56585df02786ab5699edef6dda8bd..8ad88e40019b5141f0133eea8c9f8071b5e60dba 100644 (file)
@@ -17,9 +17,6 @@
 
 #include "formulabase.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class MathMacroTemplate;
 
@@ -42,7 +39,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
 
        ///
        void read(Buffer const *, LyXLex & lex);