diff options
Diffstat (limited to 'src/FbMenu.cc')
-rw-r--r-- | src/FbMenu.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbMenu.cc b/src/FbMenu.cc index e1e3c7b..5105bc9 100644 --- a/src/FbMenu.cc +++ b/src/FbMenu.cc | |||
@@ -39,8 +39,8 @@ FbMenu::~FbMenu() { | |||
39 | 39 | ||
40 | } | 40 | } |
41 | 41 | ||
42 | void FbMenu::update(int index) { | 42 | void FbMenu::updateMenu(int index) { |
43 | FbTk::Menu::update(index); | 43 | FbTk::Menu::updateMenu(index); |
44 | m_shape->update(); | 44 | m_shape->update(); |
45 | } | 45 | } |
46 | 46 | ||