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