]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
fix #1073
[lyx.git] / src / mathed / math_spaceinset.h
index ab3011bbb088284ed860df70a575027178fae957..c22c05fc53f65cc09d9f762d03a9e1b3dcef2d24 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// Smart spaces
 class MathSpaceInset : public MathDimInset {
@@ -24,20 +21,20 @@ public:
        ///
        void incSpace();
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;
        ///
        void validate(LaTeXFeatures & features) 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 write(WriteStream & os) const;
 private: