diff options
author | Sebastian Geerken <devnull@localhost> | 2013-08-26 10:48:32 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-08-26 10:48:32 +0200 |
commit | a4d83c5362e5d3f151e351f17f17b928c4afc70d (patch) | |
tree | 315891872330f04c51500f2b25a605d8806cf720 /dw/outofflowmgr.hh | |
parent | 16fd6283d93b8f468074358a488a6acc076d852d (diff) |
More refactoring.
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 31d783c5..71e8c51a 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -224,7 +224,7 @@ private: void getFloatsLists (Float *vloat, SortedFloatsVector **listSame, SortedFloatsVector **listOpp); - int getFloatsSize (SortedFloatsVector *list); + void getFloatsSize (SortedFloatsVector *list, int *width, int *height); void accumExtremes (SortedFloatsVector *list, int *oofMinWidth, int *oofMaxWidth); int getBorderDiff (Float *vloat); |