diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-07-12 14:00:01 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-07-12 14:00:01 +0000 |
| commit | e39c12fcbf218f0964782a48d6e66145e1ce5039 (patch) | |
| tree | 24e8efbaa96d7c180fd750a38078fbc19c066eae /lib/components | |
| parent | 98c4b5bb004e9297bffa8e1c3572572741fda933 (diff) | |
| download | enigma2-e39c12fcbf218f0964782a48d6e66145e1ce5039.tar.gz enigma2-e39c12fcbf218f0964782a48d6e66145e1ce5039.zip | |
- add eUsePtr for eDVBChannels
Diffstat (limited to 'lib/components')
| -rw-r--r-- | lib/components/scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp index c46bb4a8..cfbff6d8 100644 --- a/lib/components/scan.cpp +++ b/lib/components/scan.cpp @@ -86,7 +86,7 @@ int eComponentScan::start() fet.hierarchy = eDVBFrontendParametersTerrestrial::Hierarchy::HNone; fe->setDVBT(fet); #endif - ePtr<iDVBChannel> channel; + eUsePtr<iDVBChannel> channel; if (mgr->allocateRawChannel(channel)) { |
