diff options
Diffstat (limited to 'test/dw_simple_container.hh')
-rw-r--r-- | test/dw_simple_container.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh index bb1a37af..0aa19ad6 100644 --- a/test/dw_simple_container.hh +++ b/test/dw_simple_container.hh @@ -44,7 +44,8 @@ public: SimpleContainer (); ~SimpleContainer (); - void draw (core::View *view, core::Rectangle *area); + Widget *draw (core::View *view, core::Rectangle *area, + lout::container::untyped::Stack *iterator); core::Iterator *iterator (core::Content::Type mask, bool atEnd); void removeChild (Widget *child); |