aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-10 11:35:35 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-10 11:35:35 +0000
commitce8c818df531da2954eeeadd181c15706549b0a5 (patch)
tree2a20b8486a65302c0646e38abfcc93081c8862ed /lib
parentf58346453b1ab66a35c5b12416aa609eb64ab0de (diff)
downloadenigma2-ce8c818df531da2954eeeadd181c15706549b0a5.tar.gz
enigma2-ce8c818df531da2954eeeadd181c15706549b0a5.zip
fix warning
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/esection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h
index 61182766..a5b4c90e 100644
--- a/lib/dvb/esection.h
+++ b/lib/dvb/esection.h
@@ -11,7 +11,7 @@ private:
ePtr<iDVBSectionReader> m_reader;
eDVBTableSpec m_table;
- int m_tries;
+ unsigned int m_tries;
eTimer *m_timeout;