]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.cc
make all d-pointer * const pointers
[apt.git] / apt-pkg / pkgrecords.cc
index 87c965f87cc47a79aa671adab83cc9e2c5b42828..ef4c17cd2ec3e602ec8db7ccec4b34a33da74622 100644 (file)
@@ -77,5 +77,5 @@ pkgRecords::Parser &pkgRecords::Lookup(pkgCache::DescFileIterator const &Desc)
 }
                                                                        /*}}}*/
 
-pkgRecords::Parser::Parser() {}
+pkgRecords::Parser::Parser() : d(NULL) {}
 pkgRecords::Parser::~Parser() {}