X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_diffinset.h;h=284c822a2e9ac0ac23e2d2b076589162e8de5fe5;hb=6aa8d56bddcb29d2c266dc520a4e725958c31db1;hp=3957a8f21da5c34a5cdc6df3a4ba3fa0654eb164;hpb=f3c27aa1f54fe551abe59ffe41a8505181e600d4;p=lyx.git diff --git a/src/mathed/math_diffinset.h b/src/mathed/math_diffinset.h index 3957a8f21d..284c822a2e 100644 --- a/src/mathed/math_diffinset.h +++ b/src/mathed/math_diffinset.h @@ -16,9 +16,9 @@ public: /// void addDer(MathArray const & der); /// - void metrics(MathMetricsInfo const & st) const; + void metrics(MathMetricsInfo & st) const; /// - void draw(Painter &, int x, int y) const; + void draw(MathPainterInfo &, int x, int y) const; /// void normalize(NormalStream &) const;