]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macroarg.h
- fix nasty bug due to missing InsetFormula copy c'tor
[features.git] / src / mathed / math_macroarg.h
index 10f92482497be95de9d4bf85cd3959899dfd0cf1..9d5f221fe49698f948cc27c582dda221025f2287 100644 (file)
@@ -18,9 +18,9 @@ public:
        ///
        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;
        ///