summaryrefslogtreecommitdiff
path: root/src/lib/verify_dcp_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/verify_dcp_job.h')
-rw-r--r--src/lib/verify_dcp_job.h2
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;
};