aboutsummaryrefslogtreecommitdiff
path: root/dw/ruler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ruler.cc')
-rw-r--r--dw/ruler.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/ruler.cc b/dw/ruler.cc
index fc2c5bca..b8a7deb5 100644
--- a/dw/ruler.cc
+++ b/dw/ruler.cc
@@ -62,9 +62,11 @@ bool Ruler::usesAvailWidth ()
return true;
}
-void Ruler::draw (core::View *view, core::Rectangle *area)
+core::Widget *Ruler::draw (core::View *view, core::Rectangle *area,
+ core::StackingIteratorStack *iteratorStack)
{
drawWidgetBox (view, area, false);
+ return NULL;
}
core::Iterator *Ruler::iterator (core::Content::Type mask, bool atEnd)