From: Andreas Monzner Date: Tue, 10 Jan 2006 11:35:35 +0000 (+0000) Subject: fix warning X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=ce8c818df531da2954eeeadd181c15706549b0a5;hp=f58346453b1ab66a35c5b12416aa609eb64ab0de fix warning --- diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h index 6118276..a5b4c90 100644 --- a/lib/dvb/esection.h +++ b/lib/dvb/esection.h @@ -11,7 +11,7 @@ private: ePtr m_reader; eDVBTableSpec m_table; - int m_tries; + unsigned int m_tries; eTimer *m_timeout;