]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.cc
rename AuthDone() -> CheckAuthDone()
[apt.git] / apt-pkg / install-progress.cc
index cf6c859125600c250f6363b7f8e1013cabd75aa0..0d180d59b52caa9b98de392611ff0c3e367064e8 100644 (file)
@@ -21,6 +21,8 @@
 namespace APT {
 namespace Progress {
 
+PackageManager::PackageManager() : d(NULL), percentage(0.0), last_reported_progress(-1) {};
+PackageManager::~PackageManager() {};
 
 /* Return a APT::Progress::PackageManager based on the global
  * apt configuration (i.e. APT::Status-Fd and APT::Status-deb822-Fd)