]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
make all d-pointer * const pointers
[apt.git] / apt-pkg / deb / deblistparser.cc
index c5e77b0ff04cfa62c64dc66d23e235c078d71b7e..4e49e1c78abf85cef98bd4ad5fafb98917b2e986 100644 (file)
@@ -50,7 +50,7 @@ static debListParser::WordList PrioList[] = {
 /* Provide an architecture and only this one and "all" will be accepted
    in Step(), if no Architecture is given we will accept every arch
    we would accept in general with checkArchitecture() */
-debListParser::debListParser(FileFd *File, string const &Arch) : Tags(File),
+debListParser::debListParser(FileFd *File, string const &Arch) :  d(NULL), Tags(File),
                                Arch(Arch) {
    if (Arch == "native")
       this->Arch = _config->Find("APT::Architecture");