]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_numberinset.h
fix #1073
[lyx.git] / src / mathed / math_numberinset.h
index 0571cdbf4502fc5e5c454dfed9f4af7e2264bb3c..5f6d54a699e7ee784f8568bb380631577e87dc6b 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Some inset that "is" a number
  *  maily for math-extern
@@ -22,9 +19,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        string str() const { return str_; }
        ///
@@ -33,9 +30,9 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///