summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-10 20:21:31 +0200
committerCarl Hetherington <cth@carlh.net>2024-04-15 10:59:34 +0200
commit0873610bb24b997545bd6d3c99a8f653ce74f805 (patch)
tree5e3027abe1904350b46603453e72b04df8dd8157 /src/verify.h
parent05217264ac58f48d9fb24569db0ed562d20be122 (diff)
Rename VerifyResult -> VerificationResult.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h
index 6d587d32..77b65760 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -675,14 +675,14 @@ struct VerificationOptions
};
-struct VerifyResult
+struct VerificationResult
{
std::vector<VerificationNote> notes;
std::vector<std::shared_ptr<dcp::DCP>> dcps;
};
-VerifyResult verify(
+VerificationResult verify(
std::vector<boost::filesystem::path> directories,
std::vector<dcp::DecryptedKDM> kdms,
std::function<void (std::string, boost::optional<boost::filesystem::path>)> stage,