aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-13 14:39:27 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-13 14:39:27 +0000
commitab92ba5e6b439cb9a0aabc8c9330ec7d4ad9b301 (patch)
tree8fed419474f1dd2bb2ebfa3c4de6e885125eedea /lib/dvb
parent718dac0e6e2bcd6727dda2eeae49ddc3518515b9 (diff)
downloadenigma2-ab92ba5e6b439cb9a0aabc8c9330ec7d4ad9b301.tar.gz
enigma2-ab92ba5e6b439cb9a0aabc8c9330ec7d4ad9b301.zip
better handling for time_t .. use typedef
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/epgcache.h2
1 files changed, 1 insertions, 1 deletions
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