diff options
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 |