mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Fixed [dis]engage_platform declarations mismatch
This commit is contained in:
parent
42e368dd0a
commit
469a717395
@ -40,8 +40,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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user