From 541dd88a977381a0daf35d7d8ba04d133b8b4afc Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 9 Oct 2016 01:55:47 +0300 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 6d12dce4..1a7ce761 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -57,7 +57,7 @@ using formatter_ptr = std::shared_ptr; #if defined(SPDLOG_NO_ATOMIC_LEVELS) using level_t = details::null_atomic_int; #else -using level_t = std::atomic +using level_t = std::atomic; #endif using log_err_handler = std::function;