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/clean.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/clean.cc') diff --git a/apt-pkg/clean.cc b/apt-pkg/clean.cc index e9bf73b6c..23d062d8a 100644 --- a/apt-pkg/clean.cc +++ b/apt-pkg/clean.cc @@ -148,4 +148,4 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache) /*}}}*/ pkgArchiveCleaner::pkgArchiveCleaner() : d(NULL) {} -APT_CONST pkgArchiveCleaner::~pkgArchiveCleaner() {} +APT_PURE pkgArchiveCleaner::~pkgArchiveCleaner() {} -- cgit v1.2.3