Skip to content

Commit fda4a26

Browse files
Change color functions from private to protected (#163)
1 parent aece459 commit fda4a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/plog/Appenders/ColorConsoleAppender.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace plog
3333
resetColor();
3434
}
3535

36-
private:
36+
protected:
3737
void setColor(Severity severity)
3838
{
3939
if (this->m_isatty)

0 commit comments

Comments
 (0)