summaryrefslogtreecommitdiff
path: root/menu_whatson.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu_whatson.h')
-rw-r--r--menu_whatson.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/menu_whatson.h b/menu_whatson.h
index 34d6de3..4c65bd6 100644
--- a/menu_whatson.h
+++ b/menu_whatson.h
@@ -40,7 +40,7 @@ public:
cMenuTemplate* menuTemplate;
cMenuMyScheduleItem(const cEvent *Event, const cChannel *Channel = NULL, showMode ShowMode = showNow, cMenuTemplate* menuTemplate = NULL);
- virtual bool Update(const cTimers* vdrtimers, bool Force = false);
+ virtual bool Update(bool Force = false);
virtual void SetMenuItem(cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable);
};
@@ -54,7 +54,7 @@ public:
cMenuMyScheduleSepItem(const cEvent *Event, const cChannel *Channel = NULL);
~cMenuMyScheduleSepItem();
- virtual bool Update(const cTimers* vdrtimers, bool Force = false);
+ virtual bool Update(bool Force = false);
virtual void SetMenuItem(cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable);
};
@@ -88,7 +88,7 @@ private:
virtual eOSState ShowSummary();
void SetHelpKeys(bool Force = false);
int GetTab(int Tab);
- bool Update(const cTimers* vdrtimers);
+ bool Update(void);
void CreateShowModes();
static cShowMode* GetShowMode(showMode mode);
void UpdateCurrent();