From 0b7c505b5066881b5847f2093704ff60108e1d82 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 24 Jul 2018 23:02:27 +0300 Subject: [PATCH] Fixed forgotten inline keyword --- include/spdlog/spdlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index cf4cac2d..8d611895 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -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(); }