mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Fixed [dis]engage_platform declarations mismatch
This commit is contained in:
		
				
					committed by
					
						
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			
						parent
						
							42e368dd0a
						
					
				
				
					commit
					469a717395
				
			@@ -40,8 +40,8 @@ namespace Catch {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    // If neither SEH nor signal handling is required, the handler impls
 | 
					    // If neither SEH nor signal handling is required, the handler impls
 | 
				
			||||||
    // do not have to do anything, and can be empty.
 | 
					    // do not have to do anything, and can be empty.
 | 
				
			||||||
    FatalConditionHandler::engage_platform() {}
 | 
					    void FatalConditionHandler::engage_platform() {}
 | 
				
			||||||
    FatalConditionHandler::disengage_platform() {}
 | 
					    void FatalConditionHandler::disengage_platform() {}
 | 
				
			||||||
    FatalConditionHandler::FatalConditionHandler() = default;
 | 
					    FatalConditionHandler::FatalConditionHandler() = default;
 | 
				
			||||||
    FatalConditionHandler::~FatalConditionHandler() = default;
 | 
					    FatalConditionHandler::~FatalConditionHandler() = default;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user