WhisperCom/libs/Catch2/include/internal/catch_interfaces_registry_hub.cpp

7 lines
168 B
C++
Raw Normal View History

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