]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_lefteqninset.h
index 8233fef250820990d29f06b12d5aec721be71169..2591a25c2d9555ffa5fbfa0ae0f188f8586ca17d 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;
+       virtual std::auto_ptr<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;
 };