summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:28:11 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:44:39 +0200
commit0766d679806e1ed098f562672e88ef324c3cd680 (patch)
tree727689519e3f2a6b098f7dc1337cb639f44d3321 /setup.h
parent3513f82a8c4e01bc375453c9dcb8001b7ea82cd2 (diff)
downloadvdr-plugin-tvguide-0766d679806e1ed098f562672e88ef324c3cd680.tar.gz
vdr-plugin-tvguide-0766d679806e1ed098f562672e88ef324c3cd680.tar.bz2
Change tvguideConfig to Config
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 8502eef..fa8911a 100644
--- a/setup.h
+++ b/setup.h
@@ -4,6 +4,8 @@
#include <vdr/menuitems.h>
#include "config.h"
+extern cTvguideConfig config;
+
class cTvguideSetup : public cMenuSetupPage {
public:
cTvguideSetup(void);