From bb7420fc222ace7a4376a63faf64c53fe5aa8cd4 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 7 Aug 2019 06:15:46 +0300 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 7d91e02c..f3bdd665 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -214,7 +214,7 @@ public: #error SPDLOG_WCHAR_TO_UTF8_SUPPORT only supported on windows #else template - void force_log(source_loc loc, level::level_enum lvl, string_view_t fmt, const Args &... args) + void force_log(source_loc loc, level::level_enum lvl, wstring_view_t fmt, const Args &... args) { try {