]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.h
Fix.
[lyx.git] / src / mathed / math_inset.h
index bae365ab860d4d135627568c6196fdbb456e4659..0ca35c6107e8f99f3a8ca45c8e601ffc6920e816 100644 (file)
@@ -22,9 +22,6 @@
 #ifndef MATH_INSET_H
 #define MATH_INSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include <config.h>
 
@@ -273,15 +270,15 @@ public:
        /// write normalized content
        virtual void normalize(NormalStream &) const;
        /// write content as something readable by Maple
-       virtual void maplize(MapleStream &) const;
+       virtual void maple(MapleStream &) const;
        /// write content as something readable by Maxima
-       virtual void maximize(MaximaStream &) const;
+       virtual void maxima(MaximaStream &) const;
        /// write content as something readable by Mathematica
-       virtual void mathematicize(MathematicaStream &) const;
+       virtual void mathematica(MathematicaStream &) const;
        /// write content as something resembling MathML
        virtual void mathmlize(MathMLStream &) const;
        /// write content as something readable by Octave
-       virtual void octavize(OctaveStream &) const;
+       virtual void octave(OctaveStream &) const;
        /// describe content if cursor inside
        virtual void infoize(std::ostream &) const {}
        /// describe content if cursor behind