diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-20 22:59:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-20 23:00:36 +0100 |
| commit | 201eed51d026a6e6b837d40f4e3b639847fe7bee (patch) | |
| tree | 829bf205eeb43a4af038c582bdef44e9926ea02a /src/verify_report.h | |
| parent | 5ae223a91e66e53afffa1c48ebc01812166889de (diff) | |
Accept multiple DCP verification results when making a report.
Diffstat (limited to 'src/verify_report.h')
| -rw-r--r-- | src/verify_report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify_report.h b/src/verify_report.h index a8ea4152..98431102 100644 --- a/src/verify_report.h +++ b/src/verify_report.h @@ -233,7 +233,7 @@ private: }; -extern void verify_report(dcp::VerificationResult const& result, Formatter& formatter); +extern void verify_report(std::vector<dcp::VerificationResult> const& results, Formatter& formatter); } |
