diff options
author | Sebastian Geerken <devnull@localhost> | 2013-05-01 22:41:10 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-05-01 22:41:10 +0200 |
commit | 19594f92fdbfe5d3f5a69e8e8e53c763fa7c5b8d (patch) | |
tree | 22b2e616926ae680d97d9c6d4c135332c95eaf43 /dw/outofflowmgr.hh | |
parent | c12a011038a424a5a315d6fb816783ca542e4932 (diff) |
Renamed registerCaller -> registerTextblock
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 eafec01e..13cdd9b1 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -190,7 +190,7 @@ private: int getFloatsSize (SortedFloatsVector *list); void accumExtremes (SortedFloatsVector *list, int *oofMinWidth, int *oofMaxWidth); - TBInfo *registerCaller (Textblock *textblock); + TBInfo *registerTextblock (Textblock *textblock); int getBorder (Textblock *textblock, Side side, int y, int h, Textblock *lastGB, int lastExtIndex); SortedFloatsVector *getFloatsListForTextblock (Textblock *textblock, |