diff options
author | Sebastian Geerken <devnull@localhost> | 2013-05-04 21:23:51 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-05-04 21:23:51 +0200 |
commit | b96d8d3f2a791e161a28fed2ebdf2460a6bcda1c (patch) | |
tree | d6a279abda70234c296e9a7b92ef408b2271a52d /dw/outofflowmgr.hh | |
parent | e1bfb4e0bdbf57e7b2a43af4bc04d1e75ec64003 (diff) |
Renaming method.
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 4d3315a4..ef330e7c 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -230,7 +230,7 @@ public: core::Widget *getWidgetAtPoint (int x, int y, int level); static bool isWidgetOutOfFlow (core::Widget *widget); - void addTextblock (Textblock *textblock); + void addWidgetInFlow (Textblock *textblock); void addWidgetOOF (core::Widget *widget, Textblock *generatingBlock, int externalIndex); void moveExternalIndices (Textblock *generatingBlock, int oldStartIndex, |