summaryrefslogtreecommitdiff
path: root/test/dw_simple_container.hh
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw_simple_container.hh')
-rw-r--r--test/dw_simple_container.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh
index fdb67bec..423b1fab 100644
--- a/test/dw_simple_container.hh
+++ b/test/dw_simple_container.hh
@@ -44,7 +44,9 @@ public:
SimpleContainer ();
~SimpleContainer ();
- void draw (core::View *view, core::Rectangle *area);
+ 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);