]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
fix #1073
[lyx.git] / src / mathed / math_arrayinset.h
index d1acfbd3df7389d4313582f91ee33b28f62e3bd1..51cde07e0e4de06fae3c43d194e71a0d1a33b726 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /**
  * Inset for things like \begin{array}...\end{array}
@@ -30,9 +27,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        MathArrayInset * asArrayInset() { return this; }
        ///
@@ -43,7 +40,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
 
 private:
        ///