From bc8717b297e0b3001ccaf5146ba5ec945c77ad42 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Fri, 8 May 2015 14:15:38 +0200 Subject: [PATCH] Fix compilation after e93444e7 Stephan, please check whether RowPainter::paintMisspelledMark has to be extended to use a third parameter, instead. --- src/RowPainter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RowPainter.cpp b/src/RowPainter.cpp index d556cfa07e..1b7c33dcd2 100644 --- a/src/RowPainter.cpp +++ b/src/RowPainter.cpp @@ -331,7 +331,7 @@ void RowPainter::paintFromPos(pos_type & vpos, bool changed) new_word = par_.isSameSpellRange(pos, cpos) ; } if (!new_word && pi_.do_spellcheck) - paintMisspelledMark(orig_x, changed, font); + paintMisspelledMark(orig_x, changed); } } -- 2.39.2