From 7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Sun, 14 May 2017 00:50:30 +0200 Subject: Added SortedTimers::Modified --- timers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timers.h') 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 -- cgit v1.2.3