diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-22 14:10:32 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-22 14:10:32 +0200 |
commit | ed66235f15f5098750586fb1b5b12990d4e0d668 (patch) | |
tree | 1c659d45118e299f5ec8cb93f4fe067df5e75092 /dw/ooffloatsmgr.hh | |
parent | fd66852e8f75e67bdce79385dbab292e4e5fc647 (diff) |
Extended signature of OOFM::tellPosition.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index d98de06b..00cd5b9e 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -354,7 +354,7 @@ public: void moveExternalIndices (OOFAwareWidget *generatingBlock, int oldStartIndex, int diff); - void tellPosition (core::Widget *widget, int yReq); + void tellPosition (core::Widget *widget, int x, int y); void getSize (core::Requisition *cbReq, int *oofWidth, int *oofHeight); void getExtremes (core::Extremes *cbExtr, |