summaryrefslogtreecommitdiff
path: root/infosatepg.h
diff options
context:
space:
mode:
Diffstat (limited to 'infosatepg.h')
-rw-r--r--infosatepg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/infosatepg.h b/infosatepg.h
index b7c9f3b..48e5c5f 100644
--- a/infosatepg.h
+++ b/infosatepg.h
@@ -11,6 +11,7 @@
#include "global.h"
#include "status.h"
+#include "process.h"
static const char *VERSION = "0.0.8";
static const char *DESCRIPTION = trNOOP("Read EPG info from infosat");
@@ -20,6 +21,7 @@ private:
// Add any member variables or functions you may need here.
cGlobalInfosatepg *global;
cStatusInfosatepg *statusMonitor;
+ cProcessInfosatepg *process;
int pmac;
public:
cPluginInfosatepg(void);