diff options
Diffstat (limited to 'src/FbTk/Container.hh')
-rw-r--r-- | src/FbTk/Container.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Container.hh b/src/FbTk/Container.hh index 2dc6475..1d3547a 100644 --- a/src/FbTk/Container.hh +++ b/src/FbTk/Container.hh | |||
@@ -90,7 +90,7 @@ public: | |||
90 | unsigned int maxWidthPerClient() const; | 90 | unsigned int maxWidthPerClient() const; |
91 | bool updateLock() const { return m_update_lock; } | 91 | bool updateLock() const { return m_update_lock; } |
92 | 92 | ||
93 | void for_each(std::mem_fun_t<void, FbWindow> function); | 93 | void for_each(std::function<void(Item)> function); |
94 | void setAlpha(int alpha); // set alpha on all windows | 94 | void setAlpha(int alpha); // set alpha on all windows |
95 | 95 | ||
96 | ItemList::iterator begin() { return m_item_list.begin(); } | 96 | ItemList::iterator begin() { return m_item_list.begin(); } |