forked from Research/WhisperCom
7 lines
168 B
C++
7 lines
168 B
C++
|
#include "catch_interfaces_registry_hub.h"
|
||
|
|
||
|
namespace Catch {
|
||
|
IRegistryHub::~IRegistryHub() = default;
|
||
|
IMutableRegistryHub::~IMutableRegistryHub() = default;
|
||
|
}
|