summaryrefslogtreecommitdiff
path: root/include/internal/catch_interfaces_registry_hub.cpp
blob: 7a22d649e95b5614dcc9bbb67ad78d74cfa87a06 (plain)
1
2
3
4
5
6
#include "catch_interfaces_registry_hub.h"

namespace Catch {
    IRegistryHub::~IRegistryHub() = default;
    IMutableRegistryHub::~IMutableRegistryHub() = default;
}