diff options
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -787,7 +787,7 @@ eOSState cMainMenu::SelectItem(void) eOSState cMainMenu::Commands(eKeys Key) { - cMainMenuItem *mItem = (cMainMenuItem*)Get(Current()); + const cMainMenuItem *mItem = (const cMainMenuItem*)Get(Current()); eCMDs cmd = cmdNone; cCMDImage *CMDImage = NULL; |