]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
fix #1073
[lyx.git] / src / mathed / math_stringinset.h
index 874152ea792d6473f3c19fd1458b1e0488aaf9b7..47d0613c36cf825dfbd92bb3c15ce21ebb3f99ef 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Some collection of chars with similar properties
  *  maily for math-extern
@@ -22,9 +19,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        string str() const { return str_; }
        ///
@@ -33,11 +30,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///