diff options
Diffstat (limited to 'apt-pkg/indexfile.cc')
-rw-r--r-- | apt-pkg/indexfile.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/indexfile.cc b/apt-pkg/indexfile.cc index 0e205a562..679e2eab8 100644 --- a/apt-pkg/indexfile.cc +++ b/apt-pkg/indexfile.cc @@ -407,6 +407,6 @@ pkgCache::PkgFileIterator pkgDebianIndexFile::FindInCache(pkgCache &Cache) const return File; } -APT_PURE pkgIndexFile::~pkgIndexFile() {} -APT_PURE pkgDebianIndexTargetFile::~pkgDebianIndexTargetFile() {} -APT_PURE pkgDebianIndexRealFile::~pkgDebianIndexRealFile() {} +pkgIndexFile::~pkgIndexFile() {} +pkgDebianIndexTargetFile::~pkgDebianIndexTargetFile() {} +pkgDebianIndexRealFile::~pkgDebianIndexRealFile() {} |