prepare v1.1.4
[awesomized/libmemcached] / test / lib / Shell.hpp
index a1496bb5eb536fcb366ee262c9d408504a5ded21..515bf1b59b40d94f0779910cad1715069bd01b7f 100644 (file)
@@ -20,7 +20,7 @@
 class Shell {
 public:
   explicit Shell(bool redirect_stderr = true);
-  explicit Shell(const string &prefix, bool redirect_stderr = true);
+  explicit Shell(string prefix, bool redirect_stderr = true);
   bool run(const string &command, string &output);
   bool run(const string &command);