diff options
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r-- | dw/bullet.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh index 00912bd8..98854abb 100644 --- a/dw/bullet.hh +++ b/dw/bullet.hh @@ -15,8 +15,8 @@ class Bullet: public core::Widget { protected: void sizeRequestImpl (core::Requisition *requisition); - void draw (core::View *view, core::Rectangle *area); - core::Iterator *iterator (core::Content::Type mask, bool atEnd); + void draw (core::View *view, core::Rectangle *area); + core::Iterator *iterator (core::Content::Type mask, bool atEnd); public: Bullet (); |