]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
make all d-pointer * const pointers
[apt.git] / apt-pkg / algorithms.cc
index adbec82f71a9d2eddf72d0f1b65e11f5e2c11350..db765febe0cb9b8c5c58eb29b36861d470d1c256 100644 (file)
@@ -43,7 +43,7 @@ pkgProblemResolver *pkgProblemResolver::This = 0;
 /* The legacy translations here of input Pkg iterators is obsolete, 
    this is not necessary since the pkgCaches are fully shared now. */
 pkgSimulate::pkgSimulate(pkgDepCache *Cache) : pkgPackageManager(Cache),
-                           iPolicy(Cache),
+                           d(NULL), iPolicy(Cache),
                            Sim(&Cache->GetCache(),&iPolicy),
                            group(Sim)
 {