]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.h
fix #1073
[lyx.git] / src / mathed / math_exintinset.h
index 34e969e8728ec1019fa999855e594cdfc721e240..9681b31b59ae7ede01276bd92817a438ed6a0440 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_EXINTINSET_H
 #define MATH_EXINTINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 // \int_l^u f(x) dx in one block (as opposed to 'f','(','x',')' or 'f','x')
 // or \sum, \prod...  for interfacing external programs
@@ -21,18 +18,18 @@ public:
        ///
        void symbol(string const &);
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & st) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;
        ///
-       void maximize(MaximaStream &) const;
+       void maxima(MaximaStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///