X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3d5ee66a7e80c61e431e74e821242e144e88f008..d86dfb91c834be43d9bcddd69ddbc7e463825fbd:/lib/dvb/epgcache.h diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h index aa0410b3..01d738cb 100644 --- a/lib/dvb/epgcache.h +++ b/lib/dvb/epgcache.h @@ -237,7 +237,7 @@ public: // eventData's are plain entrys out of the cache.. it's not safe to use them after cache unlock // but its faster in use... its not allowed to delete this pointers via delete or free.. RESULT lookupEvent(const eServiceReference &service, int event_id, const eventData *&); - RESULT lookupEvent(const eServiceReference &service, time_t , const eventData *&); + RESULT lookupEvent(const eServiceReference &service, time_t, const eventData *&); RESULT getNextTimeEntry(const eventData *&); #ifndef SWIG