diff options
Diffstat (limited to 'epghandler.h')
| -rw-r--r-- | epghandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h index de090af..bf65760 100644 --- a/epghandler.h +++ b/epghandler.h @@ -15,6 +15,9 @@ class cEpgfixerEpgHandler : public cEpgHandler { public: cEpgfixerEpgHandler(void) {}; +#if VDRVERSNUM >= 20304 + virtual bool BeginSegmentTransfer(const cChannel *Channel, bool Dummy) { return true; } +#endif virtual bool HandleEvent(cEvent *Event); virtual bool IgnoreChannel(const cChannel *Channel); virtual bool FixEpgBugs(cEvent *Event); |
