summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu.c b/client/menu.c
index 4499268..183e4e0 100644
--- a/client/menu.c
+++ b/client/menu.c
@@ -1,5 +1,5 @@
/*
- * $Id: menu.c,v 1.1 2004/12/30 22:44:01 lordjaxom Exp $
+ * $Id: menu.c,v 1.2 2005/02/08 14:09:27 lordjaxom Exp $
*/
#include <vdr/menuitems.h>
@@ -252,7 +252,7 @@ class cMenuWhatsOnItem : public cOsdItem {
public:
const cEvent *event;
const cChannel *channel;
- cMenuWhatsOnItem(const cEvent *Event, cChannel *Channel);
+ cMenuWhatsOnItem(const cEvent *Event, cChannel *Channel, bool Now = false);
};
#endif