summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortastytea2020-01-18 23:25:08 +0100
committertastytea2020-01-18 23:25:08 +0100
commite650e4c7877bf123fe9a67dba0ba76b44405e7c7 (patch)
tree476549432e26bb3359e1c4ea6240b89456832abf /include
parent5d780511615feac1bd4b0a094f06768f7e631bbf (diff)
parentc56d8115e4b7ecf6790261639f5276a30b7e0374 (diff)
downloadmastodonpp-e650e4c7877bf123fe9a67dba0ba76b44405e7c7.tar
mastodonpp-e650e4c7877bf123fe9a67dba0ba76b44405e7c7.tar.gz
mastodonpp-e650e4c7877bf123fe9a67dba0ba76b44405e7c7.zip
Merge branch 'develop' into main
Diffstat (limited to 'include')
-rw-r--r--include/connection.hpp2
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 &parameters);
+ const parametermap &parameters);
/*!
* @brief Make a HTTP PATCH call.