make compiler happy
[enigma2.git] / lib / dvb / scan.cpp
index e981123c7b1c954fd2f3dbc8a522e9e6583a56b6..f9114c2beb02a445ae0ec8ab9d47199d03357f0e 100644 (file)
@@ -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 */
                /* 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
                if (sameChannel(*i, feparm))
                {
                        *i = feparm;  // update