diff options
Diffstat (limited to 'src/FbTk/Container.cc')
-rw-r--r-- | src/FbTk/Container.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Container.cc b/src/FbTk/Container.cc index e1d2e07..b944c98 100644 --- a/src/FbTk/Container.cc +++ b/src/FbTk/Container.cc | |||
@@ -440,7 +440,7 @@ void Container::for_each(std::mem_fun_t<void, FbWindow> function) { | |||
440 | std::for_each(begin(), end(), function); | 440 | std::for_each(begin(), end(), function); |
441 | } | 441 | } |
442 | 442 | ||
443 | void Container::setAlpha(unsigned char alpha) { | 443 | void Container::setAlpha(int alpha) { |
444 | FbWindow::setAlpha(alpha); | 444 | FbWindow::setAlpha(alpha); |
445 | STLUtil::forAll(m_item_list, std::bind2nd(std::mem_fun(&Button::setAlpha), alpha)); | 445 | STLUtil::forAll(m_item_list, std::bind2nd(std::mem_fun(&Button::setAlpha), alpha)); |
446 | } | 446 | } |