]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.h
fix #1073
[lyx.git] / src / mathed / math_substackinset.h
index 9c3d18291b0808f5d580ce65ea06b1d2fd86f415..2de0c7b470a292c8d0eb6f3b53fa92ae95ea1ce4 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathSubstackInset : public MathGridInset {
@@ -16,7 +13,7 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
        MathSubstackInset const * asSubstackInset() const { return this; }
 
@@ -27,7 +24,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
 };
 
 #endif