Commit 0b7c505b authored by gabime's avatar gabime

Fixed forgotten inline keyword

parent cb9c984a
...@@ -118,7 +118,7 @@ inline void drop_all() ...@@ -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();
} }
......
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