diff options
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r-- | dw/iterator.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh index 773cf303..acef26da 100644 --- a/dw/iterator.hh +++ b/dw/iterator.hh @@ -285,6 +285,7 @@ public: void pop (); void forward (); void backward (); + void cleanup (); }; } // namespace core |