diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-04 00:20:23 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-04 00:20:23 +0300 |
commit | 8877487555503d3615a4b17f9a9809fec2e28944 (patch) | |
tree | 42b7ecf8ce45923217d9403475d9c83e6ed4bd7d /epghandler.h | |
parent | 5fb133a99f38083a421dc0a33acb58a1fa674876 (diff) | |
download | vdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.gz vdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.bz2 |
Fix last commit.
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epghandler.h b/epghandler.h index 8971f20..cc38378 100644 --- a/epghandler.h +++ b/epghandler.h @@ -9,14 +9,14 @@ #define __EPGFIXER_EPGHANDLER_H #include <vdr/epg.h> -#include "regexp.h" class cEpgfixerEpgHandler : public cEpgHandler { private: - bool ApplyRegexp(cRegexp *regexp, cEvent *Event, const char *input); void FixOriginalEpgBugs(cEvent *event); + bool FixCharSets(cEvent *Event); bool FixBugs(cEvent *Event); + void StripHTML(cEvent *Event); public: cEpgfixerEpgHandler(void) {}; virtual bool FixEpgBugs(cEvent *Event); |