]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
Fix.
[lyx.git] / src / mathed / math_spaceinset.h
index cf6ccab02cd0ebf143571bcdebc9e7e454f97d31..d48ff330d416f68f5d0ed4d86d5fe9e70efac388 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Smart spaces
 class MathSpaceInset : public MathDimInset {
@@ -31,11 +28,13 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void validate(LaTeXFeatures & features) const;
+       ///
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
        void write(WriteStream & os) const;
 private: