diff options
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r-- | dw/iterator.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh index 3b2fa6c2..9d284fed 100644 --- a/dw/iterator.hh +++ b/dw/iterator.hh @@ -169,6 +169,10 @@ private: bool hasContents; inline DeepIterator () { } + static Widget *getRespectiveParent (Widget *widget, Content::Type mask); + inline Widget *getRespectiveParent (Widget *widget) { + return getRespectiveParent (widget, mask); + } public: DeepIterator(Iterator *it); |