mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
e0e7a0e67f
commit
9d466bcfe9
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user