Files
SimControl/libs/Catch2/include/internal/catch_interfaces_registry_hub.cpp
2023-08-09 15:23:10 +02:00

7 lines
168 B
C++

#include "catch_interfaces_registry_hub.h"
namespace Catch {
IRegistryHub::~IRegistryHub() = default;
IMutableRegistryHub::~IMutableRegistryHub() = default;
}