aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvbtime.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-27 11:32:52 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-27 11:32:52 +0000
commit2e90ba76e9e70689b9821c7daaf2110550e05520 (patch)
treec39e1553b0364c19f6a162676a82a85d248a031f /lib/dvb/dvbtime.h
parentdc6d1cf177e2d72829720075f236d8eef990fd34 (diff)
downloadenigma2-2e90ba76e9e70689b9821c7daaf2110550e05520.tar.gz
enigma2-2e90ba76e9e70689b9821c7daaf2110550e05520.zip
fix warnings
Diffstat (limited to 'lib/dvb/dvbtime.h')
-rw-r--r--lib/dvb/dvbtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvbtime.h b/lib/dvb/dvbtime.h
index c4419652..2b07a250 100644
--- a/lib/dvb/dvbtime.h
+++ b/lib/dvb/dvbtime.h
@@ -32,7 +32,7 @@ class TDT: public eGTable
eDVBChannel *chan;
ePtr<iDVBDemux> demux;
eTimer m_interval_timer;
- int createTable(int nr, const __u8 *data, unsigned int max);
+ int createTable(unsigned int nr, const __u8 *data, unsigned int max);
void ready(int);
int update_count;
public: