aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-05-04 21:23:51 +0200
committerSebastian Geerken <devnull@localhost>2013-05-04 21:23:51 +0200
commitb96d8d3f2a791e161a28fed2ebdf2460a6bcda1c (patch)
treed6a279abda70234c296e9a7b92ef408b2271a52d /dw/outofflowmgr.hh
parente1bfb4e0bdbf57e7b2a43af4bc04d1e75ec64003 (diff)
Renaming method.
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 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,