summaryrefslogtreecommitdiffstats
path: root/include/connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/connection.hpp')
-rw-r--r--include/connection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.hpp b/include/connection.hpp
index 09a3945..5ffe969 100644
--- a/include/connection.hpp
+++ b/include/connection.hpp
@@ -104,7 +104,7 @@ public:
* Sets also the proxy for the Instance you used to initialize this
* Connection.
*/
- void set_proxy(const string_view proxy);
+ void set_proxy(string_view proxy);
private:
Instance &_instance;