]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_casesinset.h
index 07a83a2de64c7ec9890d05fb70ce6ae245f29af0..9628d8a3e404c98c334ec3f49fb3301252d9ff39 100644 (file)
@@ -16,10 +16,12 @@ 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 infoize(std::ostream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///