From ad017d88d94f888246f4a66d178273b9626ad107 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Wed, 30 Dec 2015 20:40:40 +0100 Subject: add patch for vdr-2.2 --- osditem.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'osditem.c') diff --git a/osditem.c b/osditem.c index a8fa3bd..dda8008 100644 --- a/osditem.c +++ b/osditem.c @@ -36,7 +36,11 @@ void Icons::InitCharSet() } // --- myWhatsOnItem ---------------------------------------------------------- +#if APIVERSNUM >= 20301 myOsdItem::myOsdItem(const cEvent *Event, const cChannel *Channel, bool Next) +#else +myOsdItem::myOsdItem(const cEvent *Event, cChannel *Channel, bool Next) +#endif { event = Event; channel = Channel; -- cgit v1.2.3