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

@@ -16,7 +16,7 @@
namespace Catch {
struct AutomakeReporter : StreamingReporterBase<AutomakeReporter> {
struct AutomakeReporter : StreamingReporterBase {
AutomakeReporter( ReporterConfig const& _config )
: StreamingReporterBase( _config )
{}