catch_interfaces_registry_hub.cpp 168 B

123456
  1. #include "catch_interfaces_registry_hub.h"
  2. namespace Catch {
  3. IRegistryHub::~IRegistryHub() = default;
  4. IMutableRegistryHub::~IMutableRegistryHub() = default;
  5. }