]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_braceinset.h
index cc2a2eaae2b60962aeccaaf8b919c2984d40fb90..133ee5e8a05b69454e7c40e77e18529337eb5086 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Extra nesting
  *  \author André Pönitz
@@ -33,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;
        ///