diff options
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r-- | dw/bullet.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh index 7703a64b..e50fa0eb 100644 --- a/dw/bullet.hh +++ b/dw/bullet.hh @@ -18,8 +18,7 @@ protected: void getExtremesImpl (core::Extremes *extremes); void containerSizeChangedForChildren (); 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); public: |