X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_lefteqninset.h;h=0956310561c7386f77d0e66906d834bc5a012eba;hb=d359dd8fca52c4f0100f7cf4bf636113c5c4e49f;hp=3c75e612a8bdfa6aa88eae84fb850bf943b9992c;hpb=c93e9dcbc59d0b404561dbc7c373716f11fc13f1;p=lyx.git diff --git a/src/mathed/math_lefteqninset.h b/src/mathed/math_lefteqninset.h index 3c75e612a8..0956310561 100644 --- a/src/mathed/math_lefteqninset.h +++ b/src/mathed/math_lefteqninset.h @@ -17,12 +17,12 @@ 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; }; #endif