summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 2ea1912..90c24b0 100644
--- a/parse.h
+++ b/parse.h
@@ -15,6 +15,8 @@
#include "maps.h"
+class cEPGExecutor;
+
class cXMLTVEvent
{
private:
@@ -174,7 +176,7 @@ private:
public:
cParse(const char *Name, cEPGMappings *Maps, cTEXTMappings *Texts);
~cParse();
- int Process(char *buffer, int bufsize);
+ int Process(cEPGExecutor &myExecutor, char *buffer, int bufsize);
static void InitLibXML();
static void CleanupLibXML();
};