diff options
Diffstat (limited to 'switchtimer.h')
-rw-r--r-- | switchtimer.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |