Fixed forgotten inline keyword

This commit is contained in:
gabime 2018-07-24 23:02:27 +03:00
parent cb9c984aa7
commit 0b7c505b50

View File

@ -118,7 +118,7 @@ inline void drop_all()
}
// stop any running threads started by spdlog and clean registry loggers
void shutdown()
inline void shutdown()
{
details::registry::instance().shutdown();
}