]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
Fix.
[lyx.git] / src / mathed / math_lefteqninset.h
index 0956310561c7386f77d0e66906d834bc5a012eba..c257958e2fb7e22e6093b0faef3a7fe84e8b7656 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Support for LaTeX's \\lefteqn command
 
@@ -17,12 +14,12 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       string name() const;
        ///
-       void write(WriteStream & os) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void normalize(NormalStream &) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void infoize(std::ostream & os) const;
 };
 #endif