]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/metaindex.cc
apt manpage is built from xml nowadays like the rest
[apt.git] / apt-pkg / metaindex.cc
index 3c1b696bdf78c8a2cdd5daba8b867c6b13d507d1..d9634997467505adb1acbf93741371c31fe4bfec 100644 (file)
@@ -41,7 +41,7 @@ bool metaIndex::Merge(pkgCacheGenerator &Gen,OpProgress *) const
 
 metaIndex::metaIndex(std::string const &URI, std::string const &Dist,
       char const * const Type)
-: Indexes(NULL), Type(Type), URI(URI), Dist(Dist), Trusted(false)
+: d(NULL), Indexes(NULL), Type(Type), URI(URI), Dist(Dist), Trusted(false)
 {
    /* nothing */
 }