diff options
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 (); }; |