diff options
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index 1f3491bc..f0f98465 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -20,7 +20,8 @@ protected: void getExtremesImpl (core::Extremes *extremes); void containerSizeChangedForChildren (); bool usesAvailWidth (); - void draw (core::View *view, core::Rectangle *area); + Widget *draw (core::View *view, core::Rectangle *area, + core::StackingIteratorStack *iteratorStack); public: Ruler (); |