]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_rootinset.h
index cae421d4137ea2f9b8cb7866c68a62bb7878fbe4..d4debe2821d6694b75e37f605a75d23548eb1ff6 100644 (file)
@@ -44,9 +44,9 @@ public:
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
 };
 
 #endif