]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_sqrtinset.h
index 0d1bbc0f74e55e12a69e7528108d15ef3a526e06..942d9d5eda1d0743868f6d7f1dd5f8b28a4cb097 100644 (file)
@@ -30,11 +30,11 @@ public:
        ///
        void normalize(NormalStream &) 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;
 };