summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:12:39 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:13:51 +0200
commit3513f82a8c4e01bc375453c9dcb8001b7ea82cd2 (patch)
tree318453eab2df269a00d84e5a771e07148a23778e /setup.h
parent7a79059414ea2f10cba1710de0e37dcbbdfbfa42 (diff)
downloadvdr-plugin-tvguide-3513f82a8c4e01bc375453c9dcb8001b7ea82cd2.tar.gz
vdr-plugin-tvguide-3513f82a8c4e01bc375453c9dcb8001b7ea82cd2.tar.bz2
Change tmpTvguideConfig to tmpConfig
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.h b/setup.h
index 6b10c87..8502eef 100644
--- a/setup.h
+++ b/setup.h
@@ -9,7 +9,7 @@ class cTvguideSetup : public cMenuSetupPage {
cTvguideSetup(void);
virtual ~cTvguideSetup();
private:
- cTvguideConfig tmpTvguideConfig;
+ cTvguideConfig tmpConfig;
void Setup(void);
protected:
virtual eOSState ProcessKey(eKeys Key);
@@ -19,7 +19,7 @@ class cTvguideSetup : public cMenuSetupPage {
class cMenuSetupSubMenu : public cOsdMenu {
protected:
- cTvguideConfig *tmpTvguideConfig;
+ cTvguideConfig *tmpConfig;
virtual eOSState ProcessKey(eKeys Key);
virtual void Set(void) = 0;
cOsdItem *InfoItem(const char *label, const char *value);