X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcombine_dcp_job.h;h=4a7e02b8b4e2d055c3947748d52c8ddc5a12b8a1;hb=9a97c1b4116d7fb80e8ab145c0cc738dbf14d617;hp=97bf201101d70fb94e3de763fe93b00d5522e374;hpb=5a3e836da9480bca0c3ef3384fa2010f358ccc7e;p=dcpomatic.git diff --git a/src/lib/combine_dcp_job.h b/src/lib/combine_dcp_job.h index 97bf20110..4a7e02b8b 100644 --- a/src/lib/combine_dcp_job.h +++ b/src/lib/combine_dcp_job.h @@ -26,7 +26,7 @@ class CombineDCPJob : public Job { public: - CombineDCPJob (std::vector inputs, boost::filesystem::path output); + CombineDCPJob (std::vector inputs, boost::filesystem::path output, std::string annotation_text); std::string name () const; std::string json_name () const; @@ -35,5 +35,6 @@ public: private: std::vector _inputs; boost::filesystem::path _output; + std::string _annotation_text; };