summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglenvt18 <glenvt18@gmail.com>2017-05-18 06:03:32 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2018-01-02 00:22:41 +0200
commit067af71eb8cc519106d25135643279f67e80d9c5 (patch)
treed2eab8aeb8eb789bdb115fd6a0912c6172ee349d
parent9a6c69dd51255c6a3b64ab02857d67a36d82fff2 (diff)
downloadvdr-plugin-epgfixer-067af71eb8cc519106d25135643279f67e80d9c5.tar.gz
vdr-plugin-epgfixer-067af71eb8cc519106d25135643279f67e80d9c5.tar.bz2
Make compatible with VDR 2.3.4
-rw-r--r--epghandler.h3
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);