]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
BufferedFileFdPrivate: Make InternalFlush() save against errors
[apt.git] / apt-pkg / algorithms.cc
index d25cbd63aab3ba305a5c9f4af8844c10d3431563..4b84b83240ca0cd85acd8287ca43515644167d9c 100644 (file)
@@ -1315,7 +1315,7 @@ void pkgProblemResolver::InstallProtect()
 struct PrioComp {
    pkgCache &PrioCache;
 
-   PrioComp(pkgCache &PrioCache) : PrioCache(PrioCache) {
+   explicit PrioComp(pkgCache &PrioCache) : PrioCache(PrioCache) {
    }
 
    bool operator() (pkgCache::Version * const &A, pkgCache::Version * const &B) {