Mark CURLWrapper::get_buffer() inline.

This commit is contained in:
tastytea 2020-01-24 21:57:15 +01:00
parent ac4150a3aa
commit bb088e6d70
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ protected:
* @since 0.1.0
*/
[[nodiscard]]
string &get_buffer()
inline string &get_buffer()
{
return _curl_buffer_body;
}