]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
fix #1073
[lyx.git] / src / mathed / math_kerninset.h
index 5af50f4651e47722c097536fa7846ca3effed3ad..480486cdb6bb2b4ac5938bb0c73c702ed7af8bb3 100644 (file)
@@ -7,9 +7,6 @@
 #include "LString.h"
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /// The \kern primitive
 /// Some hack for visual effects
@@ -25,13 +22,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream & ns) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MetricsInfo & st) const;
 private:
        /// width in em
        LyXLength wid_;