X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Frowpainter.h;h=480a2dd56c58a946e7fe99626795e1edc5131ed5;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=7a43ef774f077b9b4b7dd6a5ec8386ba5459f985;hpb=47b28d4511d2c6ca9d8e248b332827221ea4131f;p=lyx.git diff --git a/src/rowpainter.h b/src/rowpainter.h index 7a43ef774f..480a2dd56c 100644 --- a/src/rowpainter.h +++ b/src/rowpainter.h @@ -58,6 +58,7 @@ public: void paintSelection(); private: + void paintSeparator(double orig_x, double width, FontInfo const & font); void paintForeignMark(double orig_x, Language const * lang, int desc = 0); void paintMisspelledMark(double orig_x, bool changed); void paintHebrewComposeChar(pos_type & vpos, FontInfo const & font);