diff options
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index 50789398..c90afccf 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -25,8 +25,7 @@ protected: void containerSizeChangedForChildren (); bool usesAvailWidth (); void draw (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack, - Widget **interruptedWidget); + core::DrawingContext *context); public: static int CLASS_ID; |