]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
fix #1073
[lyx.git] / src / mathed / math_diffinset.h
index d51d3a271e3aac25eb7153a69f9a5fbecebedc7c..16e67642cfb8f41913c2b47d9b41d87ff9f61113 100644 (file)
@@ -17,16 +17,16 @@ public:
        ///
        void addDer(MathArray const & der);
        ///
-       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;
 
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///