diff options
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r-- | dw/iterator.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh index 12c3d4ac..3b2fa6c2 100644 --- a/dw/iterator.hh +++ b/dw/iterator.hh @@ -86,7 +86,7 @@ public: static void scrollTo (Iterator *it1, Iterator *it2, int start, int end, HPosition hpos, VPosition vpos); - void print (); + virtual void print (); }; |