summaryrefslogtreecommitdiff
path: root/menutimers.c
diff options
context:
space:
mode:
Diffstat (limited to 'menutimers.c')
-rw-r--r--menutimers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menutimers.c b/menutimers.c
index bd71e97..58bdc0c 100644
--- a/menutimers.c
+++ b/menutimers.c
@@ -139,7 +139,7 @@ eOSState cMenuEpgEditTimer::ProcessKey(eKeys Key)
#if APIVERSNUM >= 20301
const cChannel* ch = channels->GetByNumber(channelNr);
#else
- cChannel* ch = channels.GetByNumber(channelNr);
+ cChannel* ch = channels->GetByNumber(channelNr);
#endif
if (!ch)