summaryrefslogtreecommitdiff
path: root/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/charset.h b/charset.h
index 9a3cf2b..f73a964 100644
--- a/charset.h
+++ b/charset.h
@@ -5,8 +5,8 @@
*
*/
-#ifndef _CHARSET_H_
-#define _CHARSET_H_
+#ifndef __EPGFIXER_CHARSET_H_
+#define __EPGFIXER_CHARSET_H_
#include "tools.h"
#include <vdr/epg.h>
@@ -20,7 +20,7 @@ private:
public:
cCharSet();
virtual ~cCharSet();
- bool ConvertCharSet(cEvent *Event);
+ virtual bool Apply(cEvent *Event);
void SetFromString(char *string, bool Enabled);
virtual void PrintConfigLineToFile(FILE *f);
};
@@ -28,4 +28,4 @@ public:
// Global instance
extern cEpgfixerList<cCharSet> EpgfixerCharSets;
-#endif //_REGEXP_H_
+#endif //__EPGFIXER_CHARSET_H_