]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
* make apt -Wall clean
[apt.git] / apt-pkg / deb / dpkgpm.h
index c552b20c9bf9c892496050bf352f6aac3888cf9f..065c6c917858a34df92c4a31e6acbfa794318b3b 100644 (file)
@@ -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
    {