diff options
Diffstat (limited to 'test/dw_simple_container.hh')
-rw-r--r-- | test/dw_simple_container.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh index 251df8fb..9f3b2ca6 100644 --- a/test/dw_simple_container.hh +++ b/test/dw_simple_container.hh @@ -44,8 +44,9 @@ public: SimpleContainer (); ~SimpleContainer (); - Widget *draw (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack); + void draw (core::View *view, core::Rectangle *area, + core::StackingIteratorStack *iteratorStack, + Widget **interruptedWidget); core::Iterator *iterator (core::Content::Type mask, bool atEnd); void removeChild (Widget *child); |