summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/timers.h b/timers.h
index 4ad8a7f..10395ef 100644
--- a/timers.h
+++ b/timers.h
@@ -23,7 +23,11 @@ namespace vdrlive {
static std::string EncodeDomId(std::string const& timerid);
static std::string DecodeDomId(std::string const &timerDomId);
+#if VDRVERSNUM >= 20301
+ bool Modified() { return true; }
+#else
bool Modified() { return Timers.Modified(m_state); }
+#endif
static std::string GetTimerDays(cTimer const& timer);
static std::string GetTimerInfo(cTimer const& timer);