From ed66235f15f5098750586fb1b5b12990d4e0d668 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Mon, 22 Sep 2014 14:10:32 +0200 Subject: Extended signature of OOFM::tellPosition. --- dw/outofflowmgr.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/outofflowmgr.hh') diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 405db354..9a9032a7 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -38,7 +38,7 @@ public: virtual void moveExternalIndices (OOFAwareWidget *generator, int oldStartIndex, int diff) = 0; - virtual void tellPosition (core::Widget *widget, int yReq) = 0; + virtual void tellPosition (core::Widget *widget, int x, int y) = 0; virtual void getSize (core::Requisition *containerReq, int *oofWidth, int *oofHeight) = 0; -- cgit v1.2.3