[On behalf of Lexmark]: Initialize scalar field in catch_reporter_junit.hpp

This commit is contained in:
James Trey Nickelsen 2015-08-19 14:48:23 -05:00 committed by James Trey Nickelsen
parent 146f065097
commit e684a0f6d3

View File

@ -22,6 +22,7 @@ namespace Catch {
public:
JunitReporter( ReporterConfig const& _config )
: CumulativeReporterBase( _config ),
unexpectedExceptions( 0 ),
xml( _config.stream() )
{}