X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsend_kdm_email_job.h;h=5226bb79744bfa6942c17bf4f48b7ab6154b73ef;hb=f188128e2577942f030374631d3cf1324a00624a;hp=778d3927ac01d7a741c88804065dab4f5df00c21;hpb=491daf8790f35611052d8954d5d74df275dcda18;p=dcpomatic.git diff --git a/src/lib/send_kdm_email_job.h b/src/lib/send_kdm_email_job.h index 778d3927a..5226bb797 100644 --- a/src/lib/send_kdm_email_job.h +++ b/src/lib/send_kdm_email_job.h @@ -17,9 +17,9 @@ */ -#include -#include #include "job.h" +#include +#include class Screen; @@ -32,10 +32,11 @@ public: boost::filesystem::path, boost::posix_time::ptime, boost::posix_time::ptime, - libdcp::KDM::Formulation + dcp::Formulation ); std::string name () const; + std::string json_name () const; void run (); private: @@ -43,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; };