X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/bf3ad91fdf4967fe107e08a6887f9ed51f4f5eea..f77ea8235cafb258d1cb0b2b90e95aa36e5c4650:/ftparchive/cachedb.h diff --git a/ftparchive/cachedb.h b/ftparchive/cachedb.h index 613963f6f..417c25a9f 100644 --- a/ftparchive/cachedb.h +++ b/ftparchive/cachedb.h @@ -189,7 +189,7 @@ class CacheDB bool Clean(); - CacheDB(std::string const &DB); + explicit CacheDB(std::string const &DB); ~CacheDB(); };