diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-25 13:58:18 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-25 13:58:18 +0200 |
commit | b93f16f2d770309eb49d9a3275a42e294a164f1a (patch) | |
tree | 9ca970199824b59bcb1aeea2bbd9cf75f1ff9bd8 /dw/iterator.hh | |
parent | dcf6e00e9b790e0868d8863f140567eef5e540c1 (diff) |
Fixed problems with getWidgetAtPoint.
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 |