]> git.saurik.com Git - apt.git/blobdiff - methods/rsh.h
autopkgtest: use the quiet mode as for travis and co
[apt.git] / methods / rsh.h
index 9ca14425f8a6168de5a5e8fe9a24b8eb39cb31a1..35cbee3e0cc63febddda4cdeedac23ca7f2dfcec 100644 (file)
@@ -49,7 +49,7 @@ class RSHConn
    bool Get(const char *Path,FileFd &To,unsigned long long Resume,
             Hashes &Hash,bool &Missing, unsigned long long Size);
 
-   RSHConn(URI Srv);
+   explicit RSHConn(URI Srv);
    ~RSHConn();
 };
 
@@ -71,7 +71,7 @@ class RSHMethod : public aptMethod
 
    public:
 
-   RSHMethod(std::string const &Prog);
+   explicit RSHMethod(std::string const &Prog);
 };
 
 #endif