diff --git a/CMakeLists.txt b/CMakeLists.txt index 80a6f51..6051ae6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.6) project (mastodon-cpp - VERSION 0.18.9 + VERSION 0.18.10 LANGUAGES CXX ) diff --git a/src/easy/easy.hpp b/src/easy/easy.hpp index a2bc199..98cf6b4 100644 --- a/src/easy/easy.hpp +++ b/src/easy/easy.hpp @@ -294,7 +294,7 @@ public: * * @since 0.17.0 */ - inline const Status send_toot(const Status &status, uint_fast16_t &error); + const Status send_toot(const Status &status, uint_fast16_t &error); /*! * @brief Base class for all entities.