]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macroarg.h
fix #1073
[lyx.git] / src / mathed / math_macroarg.h
index acbf8fd90a1ea2b3aea23559635f36bd0cafc020..d6bb6f919d13e5742f6fae590c66c0819ec774fd 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** A macro argument
  *  \author Alejandro Aguilar Sierra
@@ -22,9 +19,9 @@ public:
        ///
        bool isActive() const { return false; }
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        void substitute(MathMacro const & macro);