X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_dotsinset.h;h=be37fb641bbd7bb3d31095262a4cc9e01fad3f55;hb=e093e5e80c334995a77445c8e66a9f3c9594dda1;hp=9ac4f722b9c553e45ec97abf65f4bbbbb6bc9202;hpb=2b8ef58dc021912b2862328b9000cfe37578ea37;p=lyx.git diff --git a/src/mathed/math_dotsinset.h b/src/mathed/math_dotsinset.h index 9ac4f722b9..be37fb641b 100644 --- a/src/mathed/math_dotsinset.h +++ b/src/mathed/math_dotsinset.h @@ -17,13 +17,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 &) const; /// - void metrics(MathMetricsInfo const & st) const; + void metrics(MathMetricsInfo & st) const; protected: /// cache for the thing's heigth mutable int dh_;