From f9e59be8865b0ea8e4c9841d689312a3f9ac5852 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 6 Dec 2024 14:36:10 +0200 Subject: [PATCH] Fix windows compile --- 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 876d2cb9..7a9aee2e 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -120,7 +120,7 @@ enum class pattern_time_type { // // Log exception // -class SPDLOG_API spdlog_ex final : public std::exception { +class SPDLOG_API spdlog_ex : public std::exception { public: explicit spdlog_ex(std::string msg);