]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_symbolinset.h
index 8f59fbcfe2f66b3194c445f21a251aa07a2dab08..7aa6ac1a13582c71f8cc195d1a52d697f63d5d9b 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_SYMBOLINSET_H
 #define MATH_SYMBOLINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_diminset.h"
 
@@ -45,19 +42,19 @@ public:
        ///
        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;
        ///
        void write(WriteStream & os) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize2(std::ostream & os) const;
 
 private:
        ///