]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.cc
always run 'dpkg --configure -a' at the end of our dpkg callings
[apt.git] / apt-pkg / install-progress.cc
index cf6c859125600c250f6363b7f8e1013cabd75aa0..5ea8bf4d025338a6a83ceb6eadf6931087787d41 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)