Fixed build

This commit is contained in:
gabime 2019-04-09 16:49:19 +03:00
parent 13db9d9452
commit 3e378f009d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ SPDLOG_INLINE bool spdlog::logger::should_flush_(const spdlog::details::log_msg
return (msg.level >= flush_level) && (msg.level != level::off);
}
void spdlog::logger::err_handler_(const std::string &msg)
SPDLOG_INLINE void spdlog::logger::err_handler_(const std::string &msg)
{
if (custom_err_handler_)
{