summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
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,