diff options
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 2 |
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); }; |