diff options
Diffstat (limited to 'include/instance.hpp')
-rw-r--r-- | include/instance.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/instance.hpp b/include/instance.hpp index cecb324..28f8f27 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -50,8 +50,7 @@ public: * * @since 0.1.0 */ - explicit Instance(const string_view hostname, - const string_view access_token); + explicit Instance(string_view hostname, string_view access_token); /*! * @brief Returns the hostname. |