]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
introduce namespace lyx::support
[lyx.git] / src / mathed / math_lefteqninset.h
index 8233fef250820990d29f06b12d5aec721be71169..a59cd9de161fc2d8405addbb127b259f9040b925 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Support for LaTeX's \\lefteqn command
 
@@ -15,13 +12,13 @@ public:
        ///
        MathLefteqnInset();
        ///
-       MathInset * clone() const;
+       InsetBase * clone() const;
        ///
        string name() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) 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;
 };