]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/policy.cc
make all d-pointer * const pointers
[apt.git] / apt-pkg / policy.cc
index 7947103d58f9b59399839c13a90cbc96d79bfbac..cd48e040cdddb39ad0ee6aeb75245e3baea50f0c 100644 (file)
@@ -45,7 +45,7 @@ using namespace std;
 // ---------------------------------------------------------------------
 /* Set the defaults for operation. The default mode with no loaded policy
    file matches the V0 policy engine. */
-pkgPolicy::pkgPolicy(pkgCache *Owner) : Pins(0), PFPriority(0), Cache(Owner)
+pkgPolicy::pkgPolicy(pkgCache *Owner) : Pins(0), PFPriority(0), Cache(Owner), d(NULL)
 {
    if (Owner == 0)
       return;