summaryrefslogtreecommitdiff
path: root/epgsearchsetup.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2010-02-20 10:12:17 +0100
committerChristian Wieninger <cwieninger@gmx.de>2010-02-20 10:12:17 +0100
commit92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e (patch)
tree81b6f9f517b9fd064ce66bd40d25338d336578cf /epgsearchsetup.h
parent2e1cf1296e94cfbb9c9c0dacc6da9d09f0bf83c4 (diff)
downloadvdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.gz
vdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.bz2
check if EPG exists for the next x hours
Diffstat (limited to 'epgsearchsetup.h')
-rw-r--r--epgsearchsetup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epgsearchsetup.h b/epgsearchsetup.h
index 50bbc3d..6df8388 100644
--- a/epgsearchsetup.h
+++ b/epgsearchsetup.h
@@ -82,12 +82,14 @@ class cMenuSetupTimers : public cMenuSetupSubMenu
class cMenuSetupSearchtimers : public cMenuSetupSubMenu
{
+ char** menuitemsChGr;
protected:
virtual eOSState ProcessKey(eKeys Key);
void Set(void);
void SetHelpKeys();
public:
cMenuSetupSearchtimers(cEPGSearchConfig* Data);
+ ~cMenuSetupSearchtimers();
};
class cMenuSetupTimerConflicts : public cMenuSetupSubMenu