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