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 5b74e513..15a94081 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -26,7 +26,7 @@ public: virtual void sizeAllocateEnd (OOFAwareWidget *caller) = 0; virtual void containerSizeChangedForChildren () = 0; virtual core::Widget *draw (core::View *view, core::Rectangle *area, - lout::container::untyped::Stack *iterator, + core::StackingIteratorStack *iteratorStack, int *index) = 0; virtual void markSizeChange (int ref) = 0; |