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