diff --git a/include/spdlog/details/thread_pool.h b/include/spdlog/details/thread_pool.h index 4c4792df..cec47c60 100644 --- a/include/spdlog/details/thread_pool.h +++ b/include/spdlog/details/thread_pool.h @@ -29,7 +29,7 @@ struct async_msg level::level_enum level; log_clock::time_point time; size_t thread_id; - fmt::basic_memory_buffer raw; + fmt::basic_memory_buffer raw; size_t msg_id; async_logger_ptr worker_ptr;