X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRowPainter.h;h=cb70f5d8a9b478d46df7578155a89fd8462224b7;hb=5792606ff96cba6e7c8741e7bfc9024463cd21f8;hp=a4120e6dfd81f38eaf65621cab5fc1d320d22b44;hpb=e52a83549db311883d93dff4595ead7622dbfa75;p=features.git diff --git a/src/RowPainter.h b/src/RowPainter.h index a4120e6dfd..cb70f5d8a9 100644 --- a/src/RowPainter.h +++ b/src/RowPainter.h @@ -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;