diff options
Diffstat (limited to 'lib/dvb/scan.cpp')
| -rw-r--r-- | lib/dvb/scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index 2be8a66d..29da0958 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -328,7 +328,7 @@ void eDVBScan::channelDone() nextChannel(); } -void eDVBScan::start(const std::list<ePtr<iDVBFrontendParameters> > &known_transponders) +void eDVBScan::start(const eSmartPtrList<iDVBFrontendParameters> &known_transponders) { m_ch_toScan.clear(); m_ch_scanned.clear(); |
