diff options
Diffstat (limited to 'menu_whatson.h')
-rw-r--r-- | menu_whatson.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_whatson.h b/menu_whatson.h index 1d5adf4..377bdf7 100644 --- a/menu_whatson.h +++ b/menu_whatson.h @@ -66,9 +66,9 @@ private: static int CurrentChannel(void) { return currentChannel; } static void SetCurrentChannel(int ChannelNr) { currentChannel = ChannelNr; } static cChannel *ScheduleChannel(cChannel* forceChannel = NULL); - virtual eOSState ProcessKey(eKeys Key); + virtual eOSState ProcessKey(eKeys Key); virtual eOSState Switch(void); - virtual eOSState Shift(int); + virtual eOSState Shift(int); virtual eOSState Commands(eKeys Key); virtual eOSState ShowSummary(); void SetHelpKeys(bool Force = false); |