diff options
Diffstat (limited to 'timers.cpp')
-rw-r--r-- | timers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -140,6 +140,7 @@ namespace vdrlive { return info.str(); } +#if VDRVERSNUM >= 20301 bool SortedTimers::Modified() { // the global(!) list of known timers @@ -173,6 +174,7 @@ namespace vdrlive { return modified; } +#endif TimerManager::TimerManager() { |