]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspindexfile.cc
make all d-pointer * const pointers
[apt.git] / apt-pkg / edsp / edspindexfile.cc
index 5d9383e94a9f35a01232e1e1de7426d73cb2ed36..3bffc27e996156918cc5a47e39e902413ad99698 100644 (file)
@@ -29,7 +29,7 @@
 // edspIndex::edspIndex - Constructor                                  /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-edspIndex::edspIndex(std::string File) : debStatusIndex(File)
+edspIndex::edspIndex(std::string File) : debStatusIndex(File), d(NULL)
 {
 }
                                                                        /*}}}*/