summaryrefslogtreecommitdiff
path: root/apt-pkg/install-progress.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-31 23:00:11 +0100
committerMichael Vogt <mvo@debian.org>2013-10-31 23:00:11 +0100
commit790d41f6372871e527f3fc9da66d049937b4c780 (patch)
treeeebe5efc919bbde5acf40d2d7210c8033c5cca54 /apt-pkg/install-progress.h
parente45c4617e496b49f8d7225546a751022f246a2f3 (diff)
use StartDpkg() in PackageManagerProgressDeb822Fd as well
Diffstat (limited to 'apt-pkg/install-progress.h')
-rw-r--r--apt-pkg/install-progress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/install-progress.h b/apt-pkg/install-progress.h
index 5291039d8..d721c6373 100644
--- a/apt-pkg/install-progress.h
+++ b/apt-pkg/install-progress.h
@@ -97,7 +97,7 @@ namespace Progress {
public:
PackageManagerProgressDeb822Fd(int progress_fd);
- virtual void Start();
+ virtual void StartDpkg();
virtual void Stop();
virtual bool StatusChanged(std::string PackageName,