diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 18ac801d..718eed48 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -88,8 +88,8 @@ private: lout::container::typed::Vector<Float> (1, false) { this->oofm = oofm; this->side = side; } - int find (Textblock *textblock, int y, Textblock *lastGB, - int lastExtIndex); + 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 findLastBeforeSideSpanningIndex (int sideSpanningIndex); |