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/install-progress.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/install-progress.cc') diff --git a/apt-pkg/install-progress.cc b/apt-pkg/install-progress.cc index 913068a66..2c2205d2b 100644 --- a/apt-pkg/install-progress.cc +++ b/apt-pkg/install-progress.cc @@ -103,7 +103,7 @@ void PackageManagerProgressFd::StartDpkg() WriteToStatusFd(GetProgressFdString("pmstatus", "dpkg-exec", StepsDone, StepsTotal, _("Running dpkg"))); } -APT_CONST void PackageManagerProgressFd::Stop() +APT_PURE void PackageManagerProgressFd::Stop() { } @@ -184,7 +184,7 @@ void PackageManagerProgressDeb822Fd::StartDpkg() WriteToStatusFd(GetProgressDeb822String("progress", nullptr, StepsDone, StepsTotal, _("Running dpkg"))); } -APT_CONST void PackageManagerProgressDeb822Fd::Stop() +APT_PURE void PackageManagerProgressDeb822Fd::Stop() { } -- cgit v1.2.3