aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/scan.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-03 14:37:35 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-03 14:37:35 +0000
commit11d89c9aa2c609a68a4693d1c338e7322b902fca (patch)
treeb176daaf68dfdc7c20b35e6bade3eb4cf38dfee2 /lib/dvb/scan.cpp
parentc650b2ace739188d451031e19d116a4669a61326 (diff)
downloadenigma2-11d89c9aa2c609a68a4693d1c338e7322b902fca.tar.gz
enigma2-11d89c9aa2c609a68a4693d1c338e7322b902fca.zip
make compiler happy
Diffstat (limited to 'lib/dvb/scan.cpp')
-rw-r--r--lib/dvb/scan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp
index e981123c..f9114c2b 100644
--- a/lib/dvb/scan.cpp
+++ b/lib/dvb/scan.cpp
@@ -252,7 +252,7 @@ void eDVBScan::addChannelToScan(const eDVBChannelID &chid, iDVBFrontendParameter
/* check if we don't already have that channel ... */
/* ... in the list of channels to scan */
- for (std::list<ePtr<iDVBFrontendParameters> >::const_iterator i(m_ch_toScan.begin()); i != m_ch_toScan.end(); ++i)
+ for (std::list<ePtr<iDVBFrontendParameters> >::iterator i(m_ch_toScan.begin()); i != m_ch_toScan.end(); ++i)
if (sameChannel(*i, feparm))
{
*i = feparm; // update