]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_xymatrixinset.h
index c0c8600859f0ccc7b522975d4b809756abfab40c..32f16f9f37a0edfc472aacfc31e18aef2e468cce 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathXYMatrixInset : public MathGridInset {
@@ -31,7 +28,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
 };
 
 #endif