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