Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Nov 2, 2024
1 parent 400cab6 commit 972d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/quill/sinks/ConsoleSink.h
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ class ConsoleSink : public StreamSink

private:
#if defined(_WIN32)
QUILL_NODISCARD ConsoleColours::WORD _set_foreground_colour(ConsoleColours::WORD attributes)
QUILL_NODISCARD WORD _set_foreground_colour(WORD attributes)
{
CONSOLE_SCREEN_BUFFER_INFO orig_buffer_info;
auto const out_handle = reinterpret_cast<HANDLE>(_get_osfhandle(_fileno(_file)));
Expand Down

0 comments on commit 972d86e

Please sign in to comment.