summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index 7e6cde5..0d80793 100644
--- a/menu.h
+++ b/menu.h
@@ -412,7 +412,8 @@ class cMenuEpgScheduleItem : public cOsdItem
virtual bool Update(bool Force = false);
virtual void SetMenuItem(cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable);
- cEpgEvent* event;
+ cEpgEvent* epgEvent;
+ const cEvent* vdrEvent;
const cChannel* channel;
bool withDate;
int timerMatch;