Removed superfluous const from parameter for readability.
This commit is contained in:
parent
7afc8d19a9
commit
be42f30631
|
@ -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);
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user