]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / rowpainter.h
index a8ceac5265b6d0296da0e4a2b9ab7c671e1b19ec..dbd9d75ca9d29291876fd995e81c78f41cf7e99c 100644 (file)
@@ -24,7 +24,8 @@ class VSpace;
 /// paint the rows
 // return last used y
 int paintRows(BufferView const & bv, LyXText const & text,
-       RowList::iterator rit, int xo, int y, int yf, int y2, int yo);
+       ParagraphList::iterator pit,
+       RowList::iterator rit, int xo, int y, int yf, int yo);
 
 /// return the pixel height of a space marker before/after a par
 int getLengthMarkerHeight(BufferView const & bv, VSpace const & vsp);