summaryrefslogtreecommitdiff
path: root/src/http.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.hpp')
-rw-r--r--src/http.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.hpp b/src/http.hpp
index c2e2765..4220a6e 100644
--- a/src/http.hpp
+++ b/src/http.hpp
@@ -97,7 +97,7 @@ struct response {
};
struct request {
- request(EMethod method, const std::string &url);
+ request(EMethod method, std::string url);
~request();
void set_verify_ssl(bool verify);