mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-17 19:29:31 +01:00
Previous implementation didn't work
It relied on calling a virtual method from a base constructer
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace Catch {
|
||||
|
||||
struct TeamCityReporter : StreamingReporterBase {
|
||||
struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> {
|
||||
TeamCityReporter( ReporterConfig const& _config )
|
||||
: StreamingReporterBase( _config )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user