Skip to content

Commit

Permalink
B fix compilation error
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Jun 2, 2019
1 parent e6ca4fe commit 9210717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApprovalTests/reporters/AutoApproveIfMissingReporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AutoApproveIfMissingReporter : public Reporter
return false;
}

return AutoApproveReporter().report(reporter, approved);
return AutoApproveReporter().report(received, approved);
}
};

Expand Down

0 comments on commit 9210717

Please sign in to comment.