diff options
Diffstat (limited to 'osditem.c')
-rw-r--r-- | osditem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ void Icons::InitCharSet() } // --- myWhatsOnItem ---------------------------------------------------------- -myOsdItem::myOsdItem(const cEvent *Event,cChannel *Channel,bool Next) +myOsdItem::myOsdItem(const cEvent *Event, cChannel *Channel, bool Next) { event = Event; channel = Channel; |