X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRowPainter.h;h=fc7c36f036b9469e67c1f8a8dbd45cc0b5f52654;hb=1b6ce0e827d58258e84ba2bf0754c6b273b123db;hp=18b4c85226e6f160c2b3e0ad4fb712f568a426ac;hpb=57dc817581faf54babaf3db0c602bac205dc6855;p=lyx.git diff --git a/src/RowPainter.h b/src/RowPainter.h index 18b4c85226..fc7c36f036 100644 --- a/src/RowPainter.h +++ b/src/RowPainter.h @@ -61,6 +61,7 @@ private: void paintForeignMark(Row::Element const & e) const; void paintNoSpellingMark(Row::Element const & e) const; void paintStringAndSel(Row::Element const & e) const; + void paintTextDecoration(Row::Element const & e) const; void paintMisspelledMark(Row::Element const & e) const; void paintChange(Row::Element const & e) const; void paintAppendixStart(int y) const;