WhisperCom/include/internal/catch_interfaces_config.cpp

6 lines
93 B
C++
Raw Normal View History

#include "catch_interfaces_config.h"
namespace Catch {
IConfig::~IConfig() = default;
}