1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Fixed windows build

This commit is contained in:
gabime 2019-06-28 00:05:06 +03:00
parent 29f2eeea31
commit 2ebc96d8eb

View File

@ -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>())
{