summaryrefslogtreecommitdiff
path: root/epghandler.h
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-04 00:20:23 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-04 00:20:23 +0300
commit8877487555503d3615a4b17f9a9809fec2e28944 (patch)
tree42b7ecf8ce45923217d9403475d9c83e6ed4bd7d /epghandler.h
parent5fb133a99f38083a421dc0a33acb58a1fa674876 (diff)
downloadvdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.gz
vdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.bz2
Fix last commit.
Diffstat (limited to 'epghandler.h')
-rw-r--r--epghandler.h4
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);