diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 18:59:39 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 18:59:39 +0200 |
commit | 4b7c5a3fe8e3dfc439fdad88f30e28964059a5e4 (patch) | |
tree | dd1a6b69ebe429fd76d089438622073887cf1898 /apt-pkg/deb/dpkgpm.h | |
parent | b7f9f8fc3c7dc452e457bfd8ba51b198b6c29960 (diff) |
* make apt -Wall clean
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index c552b20c9..065c6c917 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -43,10 +43,10 @@ class pkgDPkgPM : public pkgPackageManager // the dpkg states that are already done; the string is the package // the int is the state that is already done (e.g. a package that is // going to be install is already in state "half-installed") - map<string,int> PackageOpsDone; + map<string,unsigned int> PackageOpsDone; // progress reporting - int PackagesDone; - int PackagesTotal; + unsigned int PackagesDone; + unsigned int PackagesTotal; struct Item { |