Dominik Meyer
9266232d41
git-subtree-dir: libs/Catch2 git-subtree-split: a05a54ec25d2854b27afd38afa605fa6e3a36430
7 lines
168 B
C++
7 lines
168 B
C++
#include "catch_interfaces_registry_hub.h"
|
|
|
|
namespace Catch {
|
|
IRegistryHub::~IRegistryHub() = default;
|
|
IMutableRegistryHub::~IMutableRegistryHub() = default;
|
|
}
|