summaryrefslogtreecommitdiff
path: root/dw/ruler.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-07 20:02:27 +0100
committerSebastian Geerken <devnull@localhost>2015-01-07 20:02:27 +0100
commit39d348d1894f9c3bbe0d0e1a44bff8b978a7df9c (patch)
tree5883e3bd0c27bec03602a5f4bd20855f4918e8c5 /dw/ruler.hh
parent584790b382f4e92355e1c06408b7852ed5e0832f (diff)
Some cleanup.
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r--dw/ruler.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh
index 1f3491bc..63662383 100644
--- a/dw/ruler.hh
+++ b/dw/ruler.hh
@@ -23,7 +23,10 @@ protected:
void draw (core::View *view, core::Rectangle *area);
public:
+ static int CLASS_ID;
+
Ruler ();
+ ~Ruler ();
bool isBlockLevel ();