diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-02-06 23:11:28 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-02-06 23:11:28 +0100 |
commit | 7d0c10a7e07a075d464364df7c1e75c444ced316 (patch) | |
tree | 2e491e85649bb14f409cd8e7b894422ee4783120 /infosatepg.h | |
parent | 210b6ab3d8a5367e116afefe31cea1d83fa094b9 (diff) | |
download | vdr-plugin-infosatepg-7d0c10a7e07a075d464364df7c1e75c444ced316.tar.gz vdr-plugin-infosatepg-7d0c10a7e07a075d464364df7c1e75c444ced316.tar.bz2 |
Improved processing
Diffstat (limited to 'infosatepg.h')
-rw-r--r-- | infosatepg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infosatepg.h b/infosatepg.h index 6a88e48..e1f51b2 100644 --- a/infosatepg.h +++ b/infosatepg.h @@ -20,6 +20,7 @@ private: // Add any member variables or functions you may need here. cGlobalInfosatepg *global; cStatusInfosatepg *statusMonitor; + int mac; public: cPluginInfosatepg(void); virtual ~cPluginInfosatepg(); |