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