summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/curl_wrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp
index 87c5444..c5e807f 100644
--- a/include/curl_wrapper.hpp
+++ b/include/curl_wrapper.hpp
@@ -193,7 +193,7 @@ protected:
* @since 0.1.0
*/
[[nodiscard]]
- string &get_buffer()
+ inline string &get_buffer()
{
return _curl_buffer_body;
}