aboutsummaryrefslogtreecommitdiff
path: root/dw/ruler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r--dw/ruler.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh
index 863792dd..b5a26c2c 100644
--- a/dw/ruler.hh
+++ b/dw/ruler.hh
@@ -26,6 +26,8 @@ protected:
public:
Ruler ();
+ bool isBlockLevel ();
+
core::Iterator *iterator (core::Content::Type mask, bool atEnd);
};