diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 5b03562d..96091ded 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -29,7 +29,7 @@ public: virtual void markSizeChange (int ref) = 0; virtual void markExtremesChange (int ref) = 0; - virtual core::Widget *getWidgetAtPoint (int x, int y, int level) = 0; + virtual core::Widget *getWidgetAtPoint (int x, int y) = 0; virtual void addWidgetInFlow (OOFAwareWidget *widget, OOFAwareWidget *parent, int externalIndex) = 0; |