summaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-08-13 01:21:52 +0200
committerSebastian Geerken <devnull@localhost>2014-08-13 01:21:52 +0200
commitf8e8e6d72b352266df6d4fcf3f3fd1d03aeccc67 (patch)
treee5c863fb3c92f832f1e1f418253d85bd501de5a6 /dw/outofflowmgr.hh
parentac04c6086787e05c2bac0f1582143cc8069bbb70 (diff)
Fixed another CPU hogging cause.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh2
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);