X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d29d27b5513735bdb0f77505f5124b1bed390a17..e07f3d5a9ed2870a0e2909cc1e5e55e826086c53:/methods/rsh.h diff --git a/methods/rsh.h b/methods/rsh.h index 64a5cf661..dee4ad647 100644 --- a/methods/rsh.h +++ b/methods/rsh.h @@ -54,12 +54,10 @@ class RSHConn ~RSHConn(); }; -#include #include "aptmethod.h" class RSHMethod : public aptMethod { - std::string const Prog; virtual bool Fetch(FetchItem *Itm) APT_OVERRIDE; virtual bool Configuration(std::string Message) APT_OVERRIDE; @@ -72,7 +70,7 @@ class RSHMethod : public aptMethod public: - explicit RSHMethod(std::string const &Prog); + explicit RSHMethod(std::string &&Prog); }; #endif