mirror of
https://github.com/catchorg/Catch2
synced 2026-02-21 03:32:16 +00:00
Rename IStreamingReporterPtr => IEventListenerPtr
This reflects the renaming of the reporter/listener base class.
This commit is contained in:
@@ -160,7 +160,7 @@ namespace Catch {
|
||||
GeneratorTracker::~GeneratorTracker() = default;
|
||||
}
|
||||
|
||||
RunContext::RunContext(IConfig const* _config, IStreamingReporterPtr&& reporter)
|
||||
RunContext::RunContext(IConfig const* _config, IEventListenerPtr&& reporter)
|
||||
: m_runInfo(_config->name()),
|
||||
m_context(getCurrentMutableContext()),
|
||||
m_config(_config),
|
||||
|
||||
Reference in New Issue
Block a user