]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.h
fix #1073
[lyx.git] / src / mathed / math_xymatrixinset.h
index 1522fc4a013ff82338b012f7b657beec3a0f5cfb..0311047bc1515f2bff95995314abc0395652b32e 100644 (file)
@@ -4,19 +4,16 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathXYMatrixInset : public MathGridInset {
-public: 
+public:
        ///
        MathXYMatrixInset();
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
        MathXYMatrixInset const * asXYMatrixInset() const { return this; }
        ///
@@ -31,7 +28,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
 };
 
 #endif