Ensure that the signature of LyXText::fill matches that of the header file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6664 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-03-31 21:12:30 +00:00
parent e0e7a0e67f
commit 9d466bcfe9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-31 Angus Leeming <leeming@lyx.org>
* text.C (fill): ensure that the signature is the same as that in the
header file.
2003-03-31 Lars Gullik Bjønnes <larsbj@gullik.net>
* text2.C (redoParagraphs): adjust

View File

@ -907,7 +907,7 @@ LyXText::rowBreakPoint(Row const & row) const
// returns the minimum space a row needs on the screen in pixel
int LyXText::fill(Row & row, int paper_width)
int LyXText::fill(Row & row, int paper_width) const
{
if (paper_width < 0)
return 0;