]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.C
make naming a bit saner...
[lyx.git] / src / mathed / math_casesinset.C
index 08fec53a24a2198e6d49bc417c2258dc48324f12..5d992788c1a8a0253fa2a37b99e7b22e71425d4f 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_casesinset.h"
 #include "math_parser.h"
@@ -52,15 +49,15 @@ void MathCasesInset::normalize(NormalStream & os) const
 {
        os << "[cases ";
        MathGridInset::normalize(os);
-       os << "]";
+       os << ']';
 }
 
 
-void MathCasesInset::maplize(MapleStream & os) const
+void MathCasesInset::maple(MapleStream & os) const
 {
        os << "cases(";
-       MathGridInset::maplize(os);
-       os << ")";
+       MathGridInset::maple(os);
+       os << ')';
 }