]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_braceinset.h
index 7cad01f07da726fcb129670f4e0c3471feeaeabd..133ee5e8a05b69454e7c40e77e18529337eb5086 100644 (file)
@@ -30,11 +30,11 @@ public:
        /// write normalized content
        void normalize(NormalStream & ns) 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;
        ///