]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
fix #1073
[lyx.git] / src / mathed / math_diffinset.h
index 284c822a2e9ac0ac23e2d2b076589162e8de5fe5..16e67642cfb8f41913c2b47d9b41d87ff9f61113 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_DIFFINSET_H
 #define MATH_DIFFINSET_H
 
+
 // d f(x)/dx in one block
 // for interfacing external programs
 
@@ -16,14 +17,16 @@ public:
        ///
        void addDer(MathArray const & der);
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, 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 mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///