]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulamacro.h
Few more update text-inset issues + some fixes, see ChangeLog.
[features.git] / src / mathed / formulamacro.h
index 2ae57cb6eeaa5e898b02afe96e2ce20146e1b83e..f77aca9ca8ce66f8ad2b68cc9f2018d990d7a7c8 100644 (file)
@@ -37,11 +37,11 @@ public:
        ///
        ~InsetFormulaMacro();
        ///
-       int ascent(Painter &, LyXFont const &) const;
+       int ascent(BufferView *, LyXFont const &) const;
        ///
-       int descent(Painter &, LyXFont const &) const;
+       int descent(BufferView *, LyXFont const &) const;
        ///
-       int width(Painter &, LyXFont const &) const;
+       int width(BufferView *, LyXFont const &) const;
        ///
        void draw(BufferView *,LyXFont const &, int, float &, bool) const;
        ///