]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_macro.h
index 1e0923026d00c3c2fe71431376bd8feaafc2f225..ac9f3c497c6d1aa1675d112c7041a4f9db481cdd 100644 (file)
@@ -62,11 +62,11 @@ public:
        bool match(MathAtom const &) const { return false; }
 
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void infoize(std::ostream &) const;
        ///