]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_casesinset.h
index 9628d8a3e404c98c334ec3f49fb3301252d9ff39..ebd27bf31b8162180a92fe532647bed0160e3e0f 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathCasesInset : public MathGridInset {
@@ -25,7 +22,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void write(WriteStream & os) const;
 };