From 76ff72eaee46cc53b4ba2e44317e7d9000ec1037 Mon Sep 17 00:00:00 2001 From: Bousk Date: Fri, 20 Apr 2018 11:30:59 +0100 Subject: [PATCH] Update wincolor_sink.h --- include/spdlog/sinks/wincolor_sink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/sinks/wincolor_sink.h b/include/spdlog/sinks/wincolor_sink.h index 60f4286f..5afcab43 100644 --- a/include/spdlog/sinks/wincolor_sink.h +++ b/include/spdlog/sinks/wincolor_sink.h @@ -72,7 +72,7 @@ protected: private: HANDLE out_handle_; - std::unordered_map colors_; + unordered_map colors_; // set color and return the orig console attributes (for resetting later) WORD set_console_attribs(WORD attribs)