Files
Android11/external/catch2/include/internal/catch_interfaces_registry_hub.cpp
2023-10-13 14:01:41 +00:00

7 lines
177 B
C++

#include "internal/catch_interfaces_registry_hub.h"
namespace Catch {
IRegistryHub::~IRegistryHub() = default;
IMutableRegistryHub::~IMutableRegistryHub() = default;
}