From 921071779d8a358bd53a298222298510ffd1f609 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sun, 2 Jun 2019 19:24:54 +0100 Subject: [PATCH] B fix compilation error Co-Authored-By: Llewellyn Falco --- ApprovalTests/reporters/AutoApproveIfMissingReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApprovalTests/reporters/AutoApproveIfMissingReporter.h b/ApprovalTests/reporters/AutoApproveIfMissingReporter.h index 500509e7f..8a2d17880 100644 --- a/ApprovalTests/reporters/AutoApproveIfMissingReporter.h +++ b/ApprovalTests/reporters/AutoApproveIfMissingReporter.h @@ -15,7 +15,7 @@ class AutoApproveIfMissingReporter : public Reporter return false; } - return AutoApproveReporter().report(reporter, approved); + return AutoApproveReporter().report(received, approved); } };