]> 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 78b7b11ddcc4f01bacd4ece2e21b95f309e6930d..5d992788c1a8a0253fa2a37b99e7b22e71425d4f 100644 (file)
@@ -53,10 +53,10 @@ void MathCasesInset::normalize(NormalStream & os) const
 }
 
 
-void MathCasesInset::maplize(MapleStream & os) const
+void MathCasesInset::maple(MapleStream & os) const
 {
        os << "cases(";
-       MathGridInset::maplize(os);
+       MathGridInset::maple(os);
        os << ')';
 }