]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.C
Fix.
[lyx.git] / src / mathed / math_arrayinset.C
index 6bddbe3be5429fd80c0ba2b69616250726649ce1..83e756a574863d9bd53de32f31d1bce4877c95aa 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_arrayinset.h"
 #include "math_parser.h"
@@ -108,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 << ')';
 }