diff options
Diffstat (limited to 'methods/rsh.h')
-rw-r--r-- | methods/rsh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/rsh.h b/methods/rsh.h index 9ca14425f..35cbee3e0 100644 --- a/methods/rsh.h +++ b/methods/rsh.h @@ -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 |