mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fixed forgotten inline keyword
This commit is contained in:
@@ -118,7 +118,7 @@ inline void drop_all()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// stop any running threads started by spdlog and clean registry loggers
|
// stop any running threads started by spdlog and clean registry loggers
|
||||||
void shutdown()
|
inline void shutdown()
|
||||||
{
|
{
|
||||||
details::registry::instance().shutdown();
|
details::registry::instance().shutdown();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user