]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.h
"support" unsigned Release files without hashes again
[apt.git] / apt-pkg / indexfile.h
index c3f01c7746f51082223f35713b48fc76ac36a141..79abe2f4f3bbbb6c04dbd178f77ea954d11b7137 100644 (file)
@@ -168,7 +168,7 @@ public:
    virtual bool Merge(pkgCacheGenerator &Gen, OpProgress* const Prog) APT_OVERRIDE;
    virtual pkgCache::PkgFileIterator FindInCache(pkgCache &Cache) const APT_OVERRIDE;
 
-   pkgDebianIndexFile(bool const Trusted);
+   explicit pkgDebianIndexFile(bool const Trusted);
    virtual ~pkgDebianIndexFile();
 };