2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-19 15:02:10 +00:00
Files
Catch2/src/catch2/catch_interfaces_registry_hub.cpp
2019-12-02 12:04:55 +01:00

7 lines
175 B
C++

#include <catch2/catch_interfaces_registry_hub.h>
namespace Catch {
IRegistryHub::~IRegistryHub() = default;
IMutableRegistryHub::~IMutableRegistryHub() = default;
}