Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / lib / verify_dcp_job.h
index f61e4437243b45ea363f9c8aaa4b11e76af93d43..a93a7adfa30ae83231097f619c97acb57f8c33a2 100644 (file)
@@ -27,7 +27,7 @@ class Content;
 class VerifyDCPJob : public Job
 {
 public:
-       VerifyDCPJob (std::vector<boost::filesystem::path> directories);
+       explicit VerifyDCPJob (std::vector<boost::filesystem::path> directories);
 
        std::string name () const;
        std::string json_name () const;
@@ -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;
 };