Fixed windows build
This commit is contained in:
parent
29f2eeea31
commit
2ebc96d8eb
@ -15,8 +15,7 @@ namespace sinks {
|
||||
|
||||
template<typename ConsoleMutex>
|
||||
SPDLOG_INLINE wincolor_sink<ConsoleMutex>::wincolor_sink(HANDLE out_handle, color_mode mode)
|
||||
:
|
||||
, out_handle_(out_handle)
|
||||
: out_handle_(out_handle)
|
||||
, mutex_(ConsoleMutex::mutex())
|
||||
, formatter_(details::make_unique<spdlog::pattern_formatter>())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user