diff options
author | lordjaxom <lordjaxom> | 2005-02-08 14:09:27 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-02-08 14:09:27 +0000 |
commit | 5e7ea6f49cc6d2493f5b56c172319f6c49e16381 (patch) | |
tree | 255dc21eaec6f3fb373fe80dbea38baceecf71af | |
parent | 8e4556b0a982dab75d8ba3bb388965ecf47fa0b0 (diff) | |
download | vdr-plugin-streamdev-5e7ea6f49cc6d2493f5b56c172319f6c49e16381.tar.gz vdr-plugin-streamdev-5e7ea6f49cc6d2493f5b56c172319f6c49e16381.tar.bz2 |
- transfer
-rw-r--r-- | client/menu.c | 4 |
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 |