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); /*!