diff options
Diffstat (limited to 'recmenuview.h')
-rw-r--r-- | recmenuview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recmenuview.h b/recmenuview.h index e1a9930..bd2aba5 100644 --- a/recmenuview.h +++ b/recmenuview.h @@ -32,7 +32,7 @@ private: public: cRecMenuView(void); virtual ~cRecMenuView(void); - void SetFooter(cFooter *footer) { this->footer = footer; }; + void AddFooter(cFooter *footer) { this->footer = footer; }; bool IsActive(void) { return active; }; void Start(const cEvent *event); void StartFavorites(void); |