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);