diff options
author | tastytea | 2020-01-18 23:25:08 +0100 |
---|---|---|
committer | tastytea | 2020-01-18 23:25:08 +0100 |
commit | e650e4c7877bf123fe9a67dba0ba76b44405e7c7 (patch) | |
tree | 476549432e26bb3359e1c4ea6240b89456832abf /include | |
parent | 5d780511615feac1bd4b0a094f06768f7e631bbf (diff) | |
parent | c56d8115e4b7ecf6790261639f5276a30b7e0374 (diff) | |
download | mastodonpp-e650e4c7877bf123fe9a67dba0ba76b44405e7c7.tar mastodonpp-e650e4c7877bf123fe9a67dba0ba76b44405e7c7.tar.gz mastodonpp-e650e4c7877bf123fe9a67dba0ba76b44405e7c7.zip |
Merge branch 'develop' into main
Diffstat (limited to 'include')
-rw-r--r-- | include/connection.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.hpp b/include/connection.hpp index bf37219..957483a 100644 --- a/include/connection.hpp +++ b/include/connection.hpp @@ -177,7 +177,7 @@ public: */ [[nodiscard]] answer_type patch(const endpoint_variant &endpoint, - const parametermap ¶meters); + const parametermap ¶meters); /*! * @brief Make a HTTP PATCH call. |