]> git.lyx.org Git - lyx.git/commitdiff
Ensure that the signature of LyXText::fill matches that of the header file.
authorAngus Leeming <leeming@lyx.org>
Mon, 31 Mar 2003 21:12:30 +0000 (21:12 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 31 Mar 2003 21:12:30 +0000 (21:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6664 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/text.C

index 3ba04c78f6585e6f15a1f8fd2626f82a30a7aab3..6e8cfdd7f0dd34edb7a4496c23aa0e4a8b46a430 100644 (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
index 14994acc4d8cec8ade27b1aae91a2e57adfbe296..64072bc9e96739f840c72cee782e73bed1e52db9 100644 (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;