mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 11:25:38 +02:00
Removed Ptr, Shared and SharedImpl
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace Catch {
|
||||
|
||||
class MultipleReporters : public SharedImpl<IStreamingReporter> {
|
||||
class MultipleReporters : public IStreamingReporter {
|
||||
typedef std::vector<IStreamingReporterPtr > Reporters;
|
||||
Reporters m_reporters;
|
||||
|
||||
|
Reference in New Issue
Block a user