aboutsummaryrefslogtreecommitdiff
path: root/dw/ruler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r--dw/ruler.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh
index a1ae67ea..32e859a1 100644
--- a/dw/ruler.hh
+++ b/dw/ruler.hh
@@ -17,12 +17,12 @@ class Ruler: public core::Widget
{
protected:
void sizeRequestImpl (core::Requisition *requisition);
- void draw (core::View *view, core::Rectangle *area);
+ void draw (core::View *view, core::Rectangle *area);
public:
Ruler ();
- core::Iterator *iterator (core::Content::Type mask, bool atEnd);
+ core::Iterator *iterator (core::Content::Type mask, bool atEnd);
};
} // namespace dw