diff options
| -rw-r--r-- | lib/dvb/scan.cpp | 2 | ||||
| -rw-r--r-- | lib/dvb/scan.h | 2 |
2 files changed, 2 insertions, 2 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(); diff --git a/lib/dvb/scan.h b/lib/dvb/scan.h index 6abc1d0f..07422a46 100644 --- a/lib/dvb/scan.h +++ b/lib/dvb/scan.h @@ -65,7 +65,7 @@ public: eDVBScan(iDVBChannel *channel); ~eDVBScan(); - void start(const std::list<ePtr<iDVBFrontendParameters> > &known_transponders); + void start(const eSmartPtrList<iDVBFrontendParameters> &known_transponders); enum { evtUpdate, evtFinish, evtFail }; RESULT connectEvent(const Slot1<void,int> &event, ePtr<eConnection> &connection); |
