]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.C
Fix.
[lyx.git] / src / mathed / math_xymatrixinset.C
index f0b988b6e8d90e7dab09c616bb26b69f8d4fa6c3..37781b7f8d8f9dcffc9cbc358c5e0ccf7d3f4427 100644 (file)
@@ -54,9 +54,9 @@ void MathXYMatrixInset::normalize(NormalStream & os) const
 }
 
 
-void MathXYMatrixInset::maplize(MapleStream & os) const
+void MathXYMatrixInset::maple(MapleStream & os) const
 {
        os << "xymatrix(";
-       MathGridInset::maplize(os);
+       MathGridInset::maple(os);
        os << ')';
 }