]> git.saurik.com Git - apt.git/blobdiff - ftparchive/cachedb.h
travis: Move codecov from after_success to after_script
[apt.git] / ftparchive / cachedb.h
index 613963f6f2a442032249d18d1d5b0f501266e022..417c25a9fb22764eb8e44381f19517aaa01927ee 100644 (file)
@@ -189,7 +189,7 @@ class CacheDB
    
    bool Clean();
    
-   CacheDB(std::string const &DB);
+   explicit CacheDB(std::string const &DB);
    ~CacheDB();
 };