summaryrefslogtreecommitdiff
path: root/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'source.h')
-rw-r--r--source.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source.h b/source.h
index 0d1c4e8..0344830 100644
--- a/source.h
+++ b/source.h
@@ -180,12 +180,15 @@ public:
void Remove();
};
+class cPluginXmltv2vdr;
+
class cEPGExecutor : public cThread
{
private:
cEPGSources *sources;
+ cPluginXmltv2vdr *baseplugin;
public:
- cEPGExecutor(cEPGSources *Sources);
+ cEPGExecutor(cPluginXmltv2vdr *Plugin, cEPGSources *Sources);
bool StillRunning()
{
return Running();