diff options
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r-- | dw/bullet.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh index 97a4909d..004187cd 100644 --- a/dw/bullet.hh +++ b/dw/bullet.hh @@ -15,6 +15,7 @@ class Bullet: public core::Widget { protected: void sizeRequestImpl (core::Requisition *requisition); + void getExtremesImpl (core::Extremes *extremes); void containerSizeChangedForChildren (); void draw (core::View *view, core::Rectangle *area); core::Iterator *iterator (core::Content::Type mask, bool atEnd); |