Merge master.
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index f4d154a9183b227dc897c97c5660f9f04aef3114..084836715f865fe6a62b52eae1e7ac1536bd202f 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;
@@ -42,4 +44,5 @@ private:
        boost::filesystem::path _dcp;
        boost::posix_time::ptime _from;
        boost::posix_time::ptime _to;
+       dcp::Formulation _formulation;
 };