From 0e4ac8334d02ea256f750ad61689f28ff1ebdf6c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 24 Aug 2017 16:55:15 +0200 Subject: Replace APT_CONST with APT_PURE everywhere As a follow up to the last commit, let's replace APT_CONST with APT_PURE everywhere to clean stuff up. --- apt-pkg/indexfile.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apt-pkg/indexfile.cc') diff --git a/apt-pkg/indexfile.cc b/apt-pkg/indexfile.cc index 492f29c5a..3ac5b3679 100644 --- a/apt-pkg/indexfile.cc +++ b/apt-pkg/indexfile.cc @@ -403,6 +403,6 @@ pkgCache::PkgFileIterator pkgDebianIndexFile::FindInCache(pkgCache &Cache) const return File; } -APT_CONST pkgIndexFile::~pkgIndexFile() {} -APT_CONST pkgDebianIndexTargetFile::~pkgDebianIndexTargetFile() {} -APT_CONST pkgDebianIndexRealFile::~pkgDebianIndexRealFile() {} +APT_PURE pkgIndexFile::~pkgIndexFile() {} +APT_PURE pkgDebianIndexTargetFile::~pkgDebianIndexTargetFile() {} +APT_PURE pkgDebianIndexRealFile::~pkgDebianIndexRealFile() {} -- cgit v1.2.3