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