]> git.lyx.org Git - features.git/blobdiff - src/RowPainter.h
Directly pass a Row::Element to RowPainter::paintInset
[features.git] / src / RowPainter.h
index a4120e6dfd81f38eaf65621cab5fc1d320d22b44..cb70f5d8a9b478d46df7578155a89fd8462224b7 100644 (file)
@@ -64,8 +64,7 @@ private:
        void paintMisspelledMark(double orig_x, Row::Element const & e) const;
        void paintChange(double orig_x , Font const & font, Change const & change) const;
        void paintAppendixStart(int y) const;
-       void paintInset(Inset const * inset, Font const & font,
-                    Change const & change, pos_type const pos);
+       void paintInset(Row::Element const & e);
 
        /// return the label font for this row
        FontInfo labelFont() const;