WhisperCom/libs/Catch2/include/internal/catch_interfaces_capture.cpp

6 lines
108 B
C++
Raw Normal View History

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