]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
fix #1073
[lyx.git] / src / mathed / math_lefteqninset.h
index 8233fef250820990d29f06b12d5aec721be71169..6a82a595022a3901decf1e499e363bb218f58da3 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Support for LaTeX's \\lefteqn command
 
@@ -19,9 +16,9 @@ public:
        ///
        string name() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        void infoize(std::ostream & os) const;
 };