]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_deliminset.h
index 786c48529c116c3c93d29cd12d14528495dd258f..8c1feef1ed299638eefc9b7dd8e86deed81b39fd 100644 (file)
@@ -5,9 +5,6 @@
 #include "math_nestinset.h"
 #include "LString.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** A delimiter
  *  \author Alejandro Aguilar Sierra
@@ -43,15 +40,15 @@ public:
        /// write normalized content
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void maximize(MaximaStream &) const;
+       void maxima(MaximaStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        string left_;
        ///