]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
fix #1073
[lyx.git] / src / mathed / math_fracinset.h
index 42f9588b76b64907249ac0547723931718e30e95..a720ed93a8f48bb9321fa0cd1a0989d39f2f166d 100644 (file)
@@ -17,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;
        ///
@@ -34,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: