Commit 3e378f00 authored by gabime's avatar gabime

Fixed build

parent 13db9d94
......@@ -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_)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment