From 075f418cc6d9be06bed7a1d98257ae8d17ef3019 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 26 Jun 2014 19:15:56 +0100 Subject: Support different KDM formulations. --- src/lib/send_kdm_email_job.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/send_kdm_email_job.h') diff --git a/src/lib/send_kdm_email_job.h b/src/lib/send_kdm_email_job.h index f4d154a91..8a8903040 100644 --- a/src/lib/send_kdm_email_job.h +++ b/src/lib/send_kdm_email_job.h @@ -18,6 +18,7 @@ */ #include +#include #include "job.h" class Screen; @@ -30,7 +31,8 @@ public: std::list >, boost::filesystem::path, boost::posix_time::ptime, - boost::posix_time::ptime + boost::posix_time::ptime, + libdcp::KDM::Formulation ); std::string name () const; @@ -42,4 +44,5 @@ private: boost::filesystem::path _dcp; boost::posix_time::ptime _from; boost::posix_time::ptime _to; + libdcp::KDM::Formulation _formulation; }; -- cgit v1.2.3