Bugfix: Link error with inline function
the build was successful Details

This commit is contained in:
tastytea 2018-11-13 14:50:42 +01:00
parent 18935da2d1
commit d79fbc212b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6) cmake_minimum_required (VERSION 3.6)
project (mastodon-cpp project (mastodon-cpp
VERSION 0.18.9 VERSION 0.18.10
LANGUAGES CXX LANGUAGES CXX
) )

View File

@ -294,7 +294,7 @@ public:
* *
* @since 0.17.0 * @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. * @brief Base class for all entities.