diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:50:30 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:50:30 +0200 |
commit | 7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc (patch) | |
tree | 20875d42dd942aece36ceeb1fd4d2aca7f40f225 /timers.h | |
parent | 98de50e14c3c9f3189f9603dceea13050f5560ba (diff) | |
download | vdr-plugin-live-7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc.tar.gz vdr-plugin-live-7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc.tar.bz2 |
Added SortedTimers::Modified
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |