From: Andreas Monzner Date: Mon, 3 Jul 2006 14:37:35 +0000 (+0000) Subject: make compiler happy X-Git-Tag: 2.6.0~3223 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/11d89c9aa2c609a68a4693d1c338e7322b902fca?hp=c650b2ace739188d451031e19d116a4669a61326 make compiler happy --- 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 >::const_iterator i(m_ch_toScan.begin()); i != m_ch_toScan.end(); ++i) + for (std::list >::iterator i(m_ch_toScan.begin()); i != m_ch_toScan.end(); ++i) if (sameChannel(*i, feparm)) { *i = feparm; // update