X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/23e64f6d0facf9610c1042326ad9850e071e8349..e006a7a1ae9fc9aeee4f83ccd05de653f6f06b60:/methods/gzip.cc diff --git a/methods/gzip.cc b/methods/gzip.cc index fbfd3bbac..c470807ac 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -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 /*{{{*/