]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_diffinset.h
index c526279d3f0a44df155c4da8afe64787116b98be..651a60d67b173099271f22f6c5910d5a904e9888 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
 
@@ -23,9 +24,9 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///