]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
Fix.
[lyx.git] / src / mathed / math_fracinset.h
index 42f9588b76b64907249ac0547723931718e30e95..53ec035ca6be4e946f0f654ff4b6c09a8d3ce59b 100644 (file)
@@ -34,11 +34,11 @@ public:
        ///
        void write(WriteStream & os) 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;
 public: