mirror of
https://github.com/catchorg/Catch2
synced 2026-02-19 15:02:10 +00:00
7 lines
175 B
C++
7 lines
175 B
C++
#include <catch2/catch_interfaces_registry_hub.h>
|
|
|
|
namespace Catch {
|
|
IRegistryHub::~IRegistryHub() = default;
|
|
IMutableRegistryHub::~IMutableRegistryHub() = default;
|
|
}
|