summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--osditem.c4
2 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index cea6878..f24a0a3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,7 @@ VDR Plugin 'neutrinoepg' Revision History
XXXX-XX-XX: Version 0.3.7
- [fix] Wenn ProgressBar eingestellt ist auf Textbalken, nutze für REC und Timer auch "*" "#" anstatt VDRSymbols
+- [add] Support for vdr-2.3.1
2013-21-09: Version 0.3.6
- [Feature] Unterstützung für Textbalken bei der ProgressBar
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;