mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Console Colour: fix compilation
This commit is contained in:
parent
084b1d5fe6
commit
899c5ed3df
@ -160,7 +160,7 @@ namespace {
|
||||
|
||||
private:
|
||||
void setColour( const char* _escapeCode ) {
|
||||
getCurrentContext().getConfig().stream()
|
||||
getCurrentContext().getConfig()->stream()
|
||||
<< '\033' << _escapeCode;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user