From a9dc2a970593a64dd6a370ce51eca37a7535800d Mon Sep 17 00:00:00 2001 From: gabi Date: Mon, 1 Dec 2014 22:02:21 +0200 Subject: [PATCH] typo --- include/spdlog/details/registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/registry.h b/include/spdlog/details/registry.h index 104ac18f..ee6c7d95 100644 --- a/include/spdlog/details/registry.h +++ b/include/spdlog/details/registry.h @@ -72,7 +72,7 @@ public: return new_logger; } - void drop(const std::string &logger_name) + void drop(const std::string& logger_name) { std::lock_guard lock(_mutex); _loggers.erase(logger_name);