mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
update spdlog (it still dont work), fix 6.3(1)
This commit is contained in:
9
vendor/spdlog/sinks/sink.h
vendored
9
vendor/spdlog/sinks/sink.h
vendored
@@ -9,8 +9,7 @@
|
||||
namespace spdlog {
|
||||
|
||||
namespace sinks {
|
||||
class SPDLOG_API sink
|
||||
{
|
||||
class SPDLOG_API sink {
|
||||
public:
|
||||
virtual ~sink() = default;
|
||||
virtual void log(const details::log_msg &msg) = 0;
|
||||
@@ -27,9 +26,9 @@ protected:
|
||||
level_t level_{level::trace};
|
||||
};
|
||||
|
||||
} // namespace sinks
|
||||
} // namespace spdlog
|
||||
} // namespace sinks
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
# include "sink-inl.h"
|
||||
#include "sink-inl.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user