mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-21 03:12:41 +08:00
Fixed forgotten inline keyword
This commit is contained in:
parent
cb9c984aa7
commit
0b7c505b50
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user