]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/metaindex.h
replace ignore-deprecated #pragma dance with _Pragma
[apt.git] / apt-pkg / metaindex.h
index ffabaadbfcee359b106ab3f6c7fed6e5e7044a5a..7c4d0c1aa1a6e0f77f42a97e95ae8774a188c0e6 100644 (file)
@@ -53,7 +53,7 @@ class metaIndex
 
    metaIndex(std::string const &URI, std::string const &Dist, 
              char const * const Type) 
-      : Indexes(NULL), Type(Type), URI(URI), Dist(Dist)
+      : Indexes(NULL), Type(Type), URI(URI), Dist(Dist), Trusted(false)
    {
       /* nothing */
    }