]> git.lyx.org Git - features.git/commitdiff
Fix compilation after e93444e7
authorEnrico Forestieri <forenr@lyx.org>
Fri, 8 May 2015 12:15:38 +0000 (14:15 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 8 May 2015 12:15:38 +0000 (14:15 +0200)
Stephan, please check whether RowPainter::paintMisspelledMark has
to be extended to use a third parameter, instead.

src/RowPainter.cpp

index d556cfa07e20893170bfa35fcd9e81974ce8636d..1b7c33dcd215f90bc081fef3dc67498480866b96 100644 (file)
@@ -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);
        }
 }