mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 01:10:26 +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
|
// stop any running threads started by spdlog and clean registry loggers
|
||||||
void shutdown()
|
inline void shutdown()
|
||||||
{
|
{
|
||||||
details::registry::instance().shutdown();
|
details::registry::instance().shutdown();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user