From d79fbc212b6904e30a03677c0dfdcdba1be6e1bd Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 13 Nov 2018 14:50:42 +0100 Subject: [PATCH] Bugfix: Link error with inline function --- CMakeLists.txt | 2 +- src/easy/easy.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.