diff options
Diffstat (limited to 'dw/bullet.cc')
-rw-r--r-- | dw/bullet.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/bullet.cc b/dw/bullet.cc index acaf81cc..0b4b5983 100644 --- a/dw/bullet.cc +++ b/dw/bullet.cc @@ -57,7 +57,9 @@ void Bullet::containerSizeChangedForChildren () DBG_OBJ_LEAVE (); } -void Bullet::draw (core::View *view, core::Rectangle *area) +void Bullet::draw (core::View *view, core::Rectangle *area, + core::StackingIteratorStack *iteratorStack, + Widget **interruptedWidget) { int x, y, l; bool filled = true; |