diff options
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index 9a1d59b7..c5db0c6f 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -64,7 +64,7 @@ public: void moveExternalIndices (OOFAwareWidget *generator, int oldStartIndex, int diff); - void tellPosition (core::Widget *widget, int yReq); + void tellPosition (core::Widget *widget, int x, int y); void getSize (core::Requisition *containerReq, int *oofWidth, int *oofHeight); |