catch2/include/internal/catch_interfaces_registry_h...

7 lines
168 B
C++

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