Improve error messages when failing to decode video.
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index 88de1e9fee6bf86f8e997152391f2829e2674369..fcb9a0b9e46a85d1f1b189df4362ab90985c6b62 100644 (file)
@@ -35,10 +35,11 @@ public:
                dcp::NameFormat container_name_format,
                dcp::NameFormat filename_format,
                dcp::NameFormat::Map name_values,
-               std::string cpl_name,
-               boost::shared_ptr<Log> log
+               std::string cpl_name
                );
 
+       ~SendKDMEmailJob ();
+
        std::string name () const;
        std::string json_name () const;
        void run ();
@@ -49,5 +50,4 @@ private:
        dcp::NameFormat::Map _name_values;
        std::string _cpl_name;
        std::list<CinemaKDMs> _cinema_kdms;
-       boost::shared_ptr<Log> _log;
 };