diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-21 22:46:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-21 22:46:22 +0000 |
| commit | 5973a7f38f109a2cce5ce83d032aa1a2d0a4fd8f (patch) | |
| tree | 6d03de805a4eabbda7beed00e2f960123974124b /src/lib/verify_dcp_job.h | |
| parent | 1634fbc40e72adf330b59d4497c73bfdcb30aa27 (diff) | |
Update for new bits in libdcp verify.
Diffstat (limited to 'src/lib/verify_dcp_job.h')
| -rw-r--r-- | src/lib/verify_dcp_job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/verify_dcp_job.h b/src/lib/verify_dcp_job.h index f61e44372..0ed9669cc 100644 --- a/src/lib/verify_dcp_job.h +++ b/src/lib/verify_dcp_job.h @@ -38,6 +38,8 @@ public: } private: + void update_stage (std::string s, boost::optional<boost::filesystem::path> path); + std::vector<boost::filesystem::path> _directories; std::list<dcp::VerificationNote> _notes; }; |
