Made ReportConfig a value type

This commit is contained in:
Phil Nash 2012-07-20 19:07:42 +01:00
parent f606517376
commit d2553cdc64
10 changed files with 156 additions and 134 deletions

View file

@ -27,7 +27,7 @@ namespace Catch {
addRecorder( recordSections );
}
MockReporter( const IReporterConfig& ) {
MockReporter( const ReporterConfig& ) {
recordAll();
}