]> git.lyx.org Git - lyx.git/blobdiff - src/RowPainter.h
Cache icons of dynamic menu buttons
[lyx.git] / src / RowPainter.h
index d573cb8e5b98a34848ae0dcf557f38bddf448e0b..918fc9f9895c0572a3dc4f0888cf213241c46d6f 100644 (file)
@@ -23,8 +23,6 @@ class Paragraph;
 class Text;
 class TextMetrics;
 
-namespace frontend { class Painter; }
-
 /**
  * A class used for painting an individual row of text.
  * FIXME: get rid of that class.
@@ -46,6 +44,7 @@ public:
        void paintText();
        void paintOnlyInsets();
        void paintSelection() const;
+       void paintBookmark(int num) const;
 
 private:
        void paintLanguageMarkings(Row::Element const & e) const;