diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-05 11:48:21 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-05 11:48:21 +0100 |
commit | 824cd84f321d358ab878b99cbaaef936823d8c8b (patch) | |
tree | 8eafc276a7adc25c4708e3d6806f0d6f387b0a77 /dw/iterator.hh | |
parent | cdc11dcd40d57b07e73304d0f41ad5273d292874 (diff) |
Debug messages.
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r-- | dw/iterator.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh index 222a05c0..12c3d4ac 100644 --- a/dw/iterator.hh +++ b/dw/iterator.hh @@ -85,6 +85,8 @@ public: static void scrollTo (Iterator *it1, Iterator *it2, int start, int end, HPosition hpos, VPosition vpos); + + void print (); }; |