aboutsummaryrefslogtreecommitdiff
path: root/dw/bullet.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r--dw/bullet.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh
index 004187cd..e50fa0eb 100644
--- a/dw/bullet.hh
+++ b/dw/bullet.hh
@@ -17,7 +17,8 @@ protected:
void sizeRequestImpl (core::Requisition *requisition);
void getExtremesImpl (core::Extremes *extremes);
void containerSizeChangedForChildren ();
- void draw (core::View *view, core::Rectangle *area);
+ void draw (core::View *view, core::Rectangle *area,
+ core::DrawingContext *context);
core::Iterator *iterator (core::Content::Type mask, bool atEnd);
public: