Removed superfluous const from parameter for readability.

This commit is contained in:
tastytea 2020-01-14 23:31:39 +01:00
parent 7afc8d19a9
commit be42f30631
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ protected:
* *
* @since 0.1.0 * @since 0.1.0
*/ */
void set_access_token(const string_view access_token); void set_access_token(string_view access_token);
/*! /*!