diff options
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h index cc38378..657fffc 100644 --- a/epghandler.h +++ b/epghandler.h @@ -19,6 +19,8 @@ private: void StripHTML(cEvent *Event); public: cEpgfixerEpgHandler(void) {}; + virtual bool HandleEvent(cEvent *Event); + virtual bool IgnoreChannel(const cChannel *Channel); virtual bool FixEpgBugs(cEvent *Event); }; |