Fixed issues with color output.

This commit is contained in:
2016-06-14 19:14:26 +02:00
parent 8084fe5574
commit 6b5c8df03a
2 changed files with 3 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ class LogStream
LogStream(const LogStream &other)
: m_standardStream{other.m_standardStream},
m_colorPolicy{ColorPolicy::Auto}
m_colorPolicy{other.m_colorPolicy}
{
}