diff options
author | Sebastian Geerken <devnull@localhost> | 2014-08-13 01:21:52 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-08-13 01:21:52 +0200 |
commit | f8e8e6d72b352266df6d4fcf3f3fd1d03aeccc67 (patch) | |
tree | e5c863fb3c92f832f1e1f418253d85bd501de5a6 /dw/outofflowmgr.hh | |
parent | ac04c6086787e05c2bac0f1582143cc8069bbb70 (diff) |
Fixed another CPU hogging cause.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index a690a770..c03e9e1b 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -155,7 +155,7 @@ private: int findFloatIndex (Textblock *lastGB, int lastExtIndex); int find (Textblock *textblock, int y, int start, int end); int findFirst (Textblock *textblock, int y, int h, Textblock *lastGB, - int lastExtIndex); + int lastExtIndex, int *lastReturn); int findLastBeforeSideSpanningIndex (int sideSpanningIndex); void put (Float *vloat); |