mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 11:25:38 +02:00
Made ReportConfig a value type
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Catch {
|
||||
|
||||
class ReporterFactory : public IReporterFactory {
|
||||
|
||||
virtual IReporter* create( const IReporterConfig& config ) const {
|
||||
virtual IReporter* create( const ReporterConfig& config ) const {
|
||||
return new T( config );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user