Fixed forgotten inline keyword

pull/773/head
gabime 7 years ago
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…
Cancel
Save