diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-05 12:33:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-05 12:33:01 +0100 |
commit | d9f1239bade6a1781ebc5626bbd405ecbe5ff253 (patch) | |
tree | 866d008726956d81ad85126b6a397d093883d5a3 /dw/textblock_iterator.cc | |
parent | 824cd84f321d358ab878b99cbaaef936823d8c8b (diff) |
More debugging stuff.
Diffstat (limited to 'dw/textblock_iterator.cc')
-rw-r--r-- | dw/textblock_iterator.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dw/textblock_iterator.cc b/dw/textblock_iterator.cc index 9af98137..8944b8db 100644 --- a/dw/textblock_iterator.cc +++ b/dw/textblock_iterator.cc @@ -299,4 +299,11 @@ void Textblock::TextblockIterator::getAllocation (int start, int end, } } +void Textblock::TextblockIterator::print () +{ + Iterator::print (); + printf (", oofm = %s, index = %d", oofm ? "true" : "false", index); + +} + } // namespace dw |