Skip to content

Commit

Permalink
Fix windows compile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Dec 6, 2024
1 parent 58f8949 commit f9e59be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f9e59be

Please sign in to comment.