mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Console Colour: fix compilation
This commit is contained in:
		 Jozef Grajciar
					Jozef Grajciar
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							084b1d5fe6
						
					
				
				
					commit
					899c5ed3df
				
			| @@ -160,7 +160,7 @@ namespace { | ||||
|  | ||||
|     private: | ||||
|         void setColour( const char* _escapeCode ) { | ||||
|             getCurrentContext().getConfig().stream() | ||||
|             getCurrentContext().getConfig()->stream() | ||||
|                 << '\033' << _escapeCode; | ||||
|         } | ||||
|     }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user