]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_sizeinset.h
- fix nasty bug due to missing InsetFormula copy c'tor
[features.git] / src / mathed / math_sizeinset.h
index 283e46da9d903b4714dbaff25f34af07f8820f02..fa23904ea5f140ff3b405b889660fa1857d48f76 100644 (file)
@@ -18,11 +18,11 @@ public:
        ///
        explicit MathSizeInset(MathStyles st);
        ///
-       virtual MathInset * clone() const;
+       MathInset * clone() const;
        ///
-       void metrics(MathStyles st);
+       void metrics(MathStyles st) const;
        ///
-       void draw(Painter &, int x, int baseline);
+       void draw(Painter &, int x, int y) const;
        ///
        void write(std::ostream &, bool fragile) const;
        ///