blob: bd5b8082c267ddfa6b36a3920da6250bb6063fae [file] [log] [blame]
#include "internal/catch_interfaces_registry_hub.h"
namespace Catch {
IRegistryHub::~IRegistryHub() = default;
IMutableRegistryHub::~IMutableRegistryHub() = default;
}