]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_xymatrixinset.h
index 3cabea91d596e10da81ba5a226d78e4d0a6dc527..32f16f9f37a0edfc472aacfc31e18aef2e468cce 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathXYMatrixInset : public MathGridInset {
@@ -16,7 +13,7 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & 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