mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Made ReportConfig a value type
This commit is contained in:
		@@ -27,7 +27,7 @@ namespace Catch {
 | 
			
		||||
            addRecorder( recordSections );
 | 
			
		||||
        }
 | 
			
		||||
                
 | 
			
		||||
        MockReporter( const IReporterConfig& ) {
 | 
			
		||||
        MockReporter( const ReporterConfig& ) {
 | 
			
		||||
            recordAll();
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user