]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
Fix.
[lyx.git] / src / mathed / math_casesinset.h
index a7a3fc50269de6f2f3db38acc5778ef6f9c9ab37..ebd27bf31b8162180a92fe532647bed0160e3e0f 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathCasesInset : public MathGridInset {
@@ -20,10 +17,12 @@ public:
        ///
        void draw(MathPainterInfo & pain, int x, int y) const;
 
+       ///
+       void infoize(std::ostream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void write(WriteStream & os) const;
 };