From 9d466bcfe933997bf8bd849908f22a137077527d Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 31 Mar 2003 21:12:30 +0000 Subject: [PATCH] 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 --- src/ChangeLog | 5 +++++ src/text.C | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3ba04c78f6..6e8cfdd7f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-03-31 Angus Leeming + + * text.C (fill): ensure that the signature is the same as that in the + header file. + 2003-03-31 Lars Gullik Bjønnes * text2.C (redoParagraphs): adjust diff --git a/src/text.C b/src/text.C index 14994acc4d..64072bc9e9 100644 --- a/src/text.C +++ b/src/text.C @@ -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; -- 2.39.5