X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_notinset.h;h=c221ec0186d24a7bcb83f1696e3d077b855018f6;hb=6aa8d56bddcb29d2c266dc520a4e725958c31db1;hp=6e56207bb0d370091fb7859bde6eb86362f0445a;hpb=858355fb69e30dbfbe84fb023076b5ac4ad7b0ec;p=lyx.git diff --git a/src/mathed/math_notinset.h b/src/mathed/math_notinset.h index 6e56207bb0..c221ec0186 100644 --- a/src/mathed/math_notinset.h +++ b/src/mathed/math_notinset.h @@ -17,11 +17,13 @@ public: /// void normalize(NormalStream & ns) const; /// - void metrics(MathMetricsInfo const & mi) const; + void metrics(MathMetricsInfo & mi) const; /// - void draw(Painter &, int x, int y) const; + void draw(MathPainterInfo &, int x, int y) const; private: /// mutable LyXFont font_; + /// + mutable char char_; }; #endif