]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
fix #1073
[lyx.git] / src / mathed / math_fracinset.h
index 211d404f15582d67fa5df9c44fbbdb89f30817a1..a720ed93a8f48bb9321fa0cd1a0989d39f2f166d 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_fracbase.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Fraction like objects (frac, binom)
  *  \author Alejandro Aguilar Sierra
@@ -20,9 +17,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        void metricsT(TextMetricsInfo const & mi) const;
        ///
@@ -37,11 +34,11 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
 public: