]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
several smallish changes/bugfixes/left overs from Porto
[lyx.git] / src / mathed / math_casesinset.h
index 07a83a2de64c7ec9890d05fb70ce6ae245f29af0..a7a3fc50269de6f2f3db38acc5778ef6f9c9ab37 100644 (file)
@@ -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;