X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_casesinset.h;h=a7a3fc50269de6f2f3db38acc5778ef6f9c9ab37;hb=c649284611c4198c9d70be8a16d153cdf1ec0700;hp=07a83a2de64c7ec9890d05fb70ce6ae245f29af0;hpb=2b8ef58dc021912b2862328b9000cfe37578ea37;p=lyx.git diff --git a/src/mathed/math_casesinset.h b/src/mathed/math_casesinset.h index 07a83a2de6..a7a3fc5026 100644 --- a/src/mathed/math_casesinset.h +++ b/src/mathed/math_casesinset.h @@ -16,9 +16,9 @@ public: /// MathInset * clone() const; /// - void metrics(MathMetricsInfo const & st) const; + void metrics(MathMetricsInfo & st) const; /// - void draw(Painter & pain, int x, int y) const; + void draw(MathPainterInfo & pain, int x, int y) const; /// void normalize(NormalStream &) const;