]> git.saurik.com Git - apt.git/blobdiff - methods/gzip.cc
tests: fail testsuccess if notices are shown, too
[apt.git] / methods / gzip.cc
index fbfd3bbac4fad299f7cef1595f20ea29dc5eb0ea..c470807ac9b73a547ac9cd0b75dc9dbaba164a3e 100644 (file)
@@ -36,7 +36,7 @@ class GzipMethod : public aptMethod
 
    public:
 
-   GzipMethod(std::string const &pProg) : aptMethod(pProg.c_str(),"1.1",SingleInstance | SendConfig), Prog(pProg) {};
+   explicit GzipMethod(std::string const &pProg) : aptMethod(pProg.c_str(),"1.1",SingleInstance | SendConfig), Prog(pProg) {};
 };
 
 // GzipMethod::Fetch - Decompress the passed URI                       /*{{{*/