summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/curl_wrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp
index bd443ed..4c6b1ef 100644
--- a/include/curl_wrapper.hpp
+++ b/include/curl_wrapper.hpp
@@ -229,7 +229,7 @@ protected:
*
* @since 0.1.0
*/
- void set_access_token(const string_view access_token);
+ void set_access_token(string_view access_token);
/*!