Update logger.h

This commit is contained in:
Gabi Melman 2021-06-24 19:42:12 +03:00 committed by GitHub
parent 9ebc4b24d9
commit 6811112208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>(args)...);
memory_buf_t buf;