Untemplatize reporter bases

This commit is contained in:
Martin Hořeňovský
2019-07-02 20:01:18 +02:00
parent 4f47d1c6c1
commit c46deee024
10 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
namespace Catch {
struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> {
struct TeamCityReporter : StreamingReporterBase {
TeamCityReporter( ReporterConfig const& _config )
: StreamingReporterBase( _config )
{