mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 19:05:40 +02:00
Made ReportConfig a value type
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Catch {
|
||||
deleteAllValues( m_factories );
|
||||
}
|
||||
|
||||
virtual IReporter* create( const std::string& name, const IReporterConfig& config ) const {
|
||||
virtual IReporter* create( const std::string& name, const ReporterConfig& config ) const {
|
||||
FactoryMap::const_iterator it = m_factories.find( name );
|
||||
if( it == m_factories.end() )
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user