forked from catchorg/Catch2
7 lines
177 B
C++
7 lines
177 B
C++
![]() |
#include "internal/catch_interfaces_registry_hub.h"
|
||
|
|
||
|
namespace Catch {
|
||
|
IRegistryHub::~IRegistryHub() = default;
|
||
|
IMutableRegistryHub::~IMutableRegistryHub() = default;
|
||
|
}
|