]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_spaceinset.h
index 2cb4ab9609161e4a717d208b2d0759f64d51fbd9..d48ff330d416f68f5d0ed4d86d5fe9e70efac388 100644 (file)
@@ -30,11 +30,11 @@ public:
        ///
        void validate(LaTeXFeatures & features) 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 write(WriteStream & os) const;
 private: