From fe8a519434c70c28717b5c951dacc83e1d5ccf84 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 16 Mar 2018 22:03:54 +0200 Subject: [PATCH] Update logger.h --- include/spdlog/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index 8e52095d..e05867ef 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -83,8 +83,8 @@ public: template void critical(const wchar_t *fmt, const Args &... args); - #endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT + template void log(level::level_enum lvl, const T &);