]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_lefteqninset.h
index 2c480481a21c8023382c0015e56468f9a1d54963..c257958e2fb7e22e6093b0faef3a7fe84e8b7656 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Support for LaTeX's \\lefteqn command
 
@@ -22,5 +19,7 @@ public:
        void metrics(MathMetricsInfo & mi) const;
        ///
        void draw(MathPainterInfo & pi, int x, int y) const;
+       ///
+       void infoize(std::ostream & os) const;
 };
 #endif