]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
Fix.
[lyx.git] / src / mathed / math_rootinset.h
index b5c6bd526ef764781aafdef6e2366a0eeb73502b..d4debe2821d6694b75e37f605a75d23548eb1ff6 100644 (file)
@@ -17,9 +17,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** The general n-th root inset.
  *  \author Alejandro Aguilar Sierra
@@ -47,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