]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_sqrtinset.h
- fix nasty bug due to missing InsetFormula copy c'tor
[features.git] / src / mathed / math_sqrtinset.h
index f3cdf82b2a391c200b6753cdfd2f54988a45770b..cf7c5d89c27d24b87029f2f52127109f1f693c6a 100644 (file)
@@ -18,12 +18,12 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int baseline);
+       void draw(Painter &, int x, int y) const;
        ///
        void write(std::ostream &, bool fragile) const;
        ///
        void writeNormal(std::ostream &) const;
        ///
-       void metrics(MathStyles st);
+       void metrics(MathStyles st) const;
 };
 #endif