X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_symbolinset.h;h=7aa6ac1a13582c71f8cc195d1a52d697f63d5d9b;hb=c9e78a825bd659ddb7b4b55a6adfa7f0a1a98dd6;hp=2f13884b3436dbb49432fa92e9ba2f4756108fbd;hpb=579857ebc505121a18343c854482ac2036da79b4;p=lyx.git diff --git a/src/mathed/math_symbolinset.h b/src/mathed/math_symbolinset.h index 2f13884b34..7aa6ac1a13 100644 --- a/src/mathed/math_symbolinset.h +++ b/src/mathed/math_symbolinset.h @@ -2,9 +2,6 @@ #ifndef MATH_SYMBOLINSET_H #define MATH_SYMBOLINSET_H -#ifdef __GNUG__ -#pragma interface -#endif #include "math_diminset.h" @@ -45,15 +42,15 @@ 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; ///