mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-14 17:52:05 +08:00
Fix windows compile
This commit is contained in:
parent
58f8949c5e
commit
f9e59be886
@ -120,7 +120,7 @@ enum class pattern_time_type {
|
|||||||
//
|
//
|
||||||
// Log exception
|
// Log exception
|
||||||
//
|
//
|
||||||
class SPDLOG_API spdlog_ex final : public std::exception {
|
class SPDLOG_API spdlog_ex : public std::exception {
|
||||||
public:
|
public:
|
||||||
explicit spdlog_ex(std::string msg);
|
explicit spdlog_ex(std::string msg);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user