]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.C
Fix.
[lyx.git] / src / mathed / math_arrayinset.C
index d1761a326fa7686e2726def6dc799d55338f4673..83e756a574863d9bd53de32f31d1bce4877c95aa 100644 (file)
@@ -105,9 +105,9 @@ void MathArrayInset::normalize(NormalStream & os) const
 }
 
 
-void MathArrayInset::maplize(MapleStream & os) const
+void MathArrayInset::maple(MapleStream & os) const
 {
        os << "array(";
-       MathGridInset::maplize(os);
+       MathGridInset::maple(os);
        os << ')';
 }