diff options
Diffstat (limited to 'timer.c')
-rw-r--r-- | timer.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -266,7 +266,11 @@ int cUpdate::performTimerJobs() } else { +#if APIVERSNUM >= 20301 const cChannel* channel = channels->GetByChannelID(channelId); +#else + cChannel* channel = channels->GetByChannelID(channelId); +#endif timer = new cTimer(no, no, channel); // timer without a event } |