From 68111122086187761cca36c24e6d8c8daa96656d Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 24 Jun 2021 19:42:12 +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 bcc8d6e1..a871511b 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -239,7 +239,7 @@ public: SPDLOG_TRY { // format to wmemory_buffer and convert to utf8 - fmt::wmemory_buffer wbuf; + wmemory_buf_t wbuf; fmt::format_to(std::back_inserter(wbuf), fmt, std::forward(args)...); memory_buf_t buf;