diff options
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index 00941da5..272cc62b 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -65,7 +65,8 @@ public: void moveExternalIndices (OOFAwareWidget *generator, int oldStartIndex, int diff); - void tellPosition (core::Widget *widget, int x, int y); + void tellPosition1 (core::Widget *widget, int x, int y); + void tellPosition2 (core::Widget *widget, int x, int y); bool containerMustAdjustExtraSpace (); |