]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_kerninset.h
index 5af50f4651e47722c097536fa7846ca3effed3ad..37adf09da2486c8c8345bdaf4bd137edf4773481 100644 (file)
@@ -25,13 +25,13 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream & ns) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
 private:
        /// width in em
        LyXLength wid_;