]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcollapsable.h
Few more update text-inset issues + some fixes, see ChangeLog.
[features.git] / src / insets / insetcollapsable.h
index 14174a00ca2958aa993b30eb3986a07fb80c28af..a7773f325f648512a077051ac566e7732bdcd853 100644 (file)
@@ -49,11 +49,11 @@ public:
     ///
     void Write(Buffer const *, std::ostream &) const;
     ///
-    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 & f) const;
+    int width(BufferView *, LyXFont const & f) const;
     ///
     void draw(BufferView *, const LyXFont &, int , float &, bool) const;
     ///