diff options
Diffstat (limited to 'src/lib/send_kdm_email_job.h')
| -rw-r--r-- | src/lib/send_kdm_email_job.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 <boost/filesystem.hpp> +#include <libdcp/kdm.h> #include "job.h" class Screen; @@ -30,7 +31,8 @@ public: std::list<boost::shared_ptr<Screen> >, 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; }; |
