Fix windows compile

This commit is contained in:
gabime 2024-12-06 14:36:10 +02:00
parent 58f8949c5e
commit f9e59be886

View File

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