From bf2937d86c316edb716c6fe1bdb97e7c706f675c Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 8 Mar 2018 13:30:41 +0100 Subject: Cosmetic changes / SwitchTimer& operator / std:min,std:max --- switchtimer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'switchtimer.h') diff --git a/switchtimer.h b/switchtimer.h index 09ebe88..867a821 100644 --- a/switchtimer.h +++ b/switchtimer.h @@ -10,6 +10,10 @@ public: tChannelID channelID; int switchMinsBefore; int announceOnly; +#if VDRVERSNUM >= 20305 + cSwitchTimer(const cSwitchTimer &SwitchTimer) { *this = SwitchTimer; }; + cSwitchTimer& operator= (const cSwitchTimer &SwitchTimer); +#endif cSwitchTimer(void); cSwitchTimer(const cEvent* Event); bool Parse(const char *s); -- cgit v1.2.3