X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fsend_kdm_email_job.h;fp=src%2Flib%2Fsend_kdm_email_job.h;h=084836715f865fe6a62b52eae1e7ac1536bd202f;hp=8a8903040c06b573815fe2d3be9b999fa90c47b1;hb=4616b19fb5241a54c9d57f7a91bb975f41aed14b;hpb=20fa26ea6ecfdbecea8bb1230c8388cce3fd521f diff --git a/src/lib/send_kdm_email_job.h b/src/lib/send_kdm_email_job.h index 8a8903040..084836715 100644 --- a/src/lib/send_kdm_email_job.h +++ b/src/lib/send_kdm_email_job.h @@ -18,7 +18,7 @@ */ #include -#include +#include #include "job.h" class Screen; @@ -32,7 +32,7 @@ public: boost::filesystem::path, boost::posix_time::ptime, boost::posix_time::ptime, - libdcp::KDM::Formulation + dcp::Formulation ); std::string name () const; @@ -44,5 +44,5 @@ private: boost::filesystem::path _dcp; boost::posix_time::ptime _from; boost::posix_time::ptime _to; - libdcp::KDM::Formulation _formulation; + dcp::Formulation _formulation; };