Update wincolor_sink.h

pull/690/head
Bousk 8 years ago committed by GitHub
parent d6d252a94f
commit 76ff72eaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ protected:
private:
HANDLE out_handle_;
std::unordered_map<level::level_enum, WORD, level::level_hasher> colors_;
unordered_map<level::level_enum, WORD, level::level_hasher> colors_;
// set color and return the orig console attributes (for resetting later)
WORD set_console_attribs(WORD attribs)

Loading…
Cancel
Save