Hand-apply 63b62aa703c2628b27b577114081b265f237dadb from master;
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index fcab56ce524590fdf17fa21d72f6e6c7340ea517..af84a13af2b959c034e342c3dd9d2b56448c8a12 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include <boost/filesystem.hpp>
+#include <dcp/types.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,
+               dcp::Formulation
                );
 
        std::string name () const;
@@ -41,4 +43,5 @@ private:
        boost::filesystem::path _dcp;
        boost::posix_time::ptime _from;
        boost::posix_time::ptime _to;
+       dcp::Formulation _formulation;
 };