summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-05-14 00:50:30 +0200
committerJasmin Jessich <jasmin@anw.at>2017-05-14 00:50:30 +0200
commit7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc (patch)
tree20875d42dd942aece36ceeb1fd4d2aca7f40f225 /timers.h
parent98de50e14c3c9f3189f9603dceea13050f5560ba (diff)
downloadvdr-plugin-live-7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc.tar.gz
vdr-plugin-live-7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc.tar.bz2
Added SortedTimers::Modified
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