Do all writes then do all verification and report progress
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index b4e007e3ba51cac9d576c115b90e4bac20245070..a7196fe15ca679e1c20d1c2e04a20556987e9fc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 #include <dcp/name_format.h>
 #include <boost/filesystem.hpp>
 
-class Screen;
+namespace dcpomatic {
+       class Screen;
+}
+
 class CinemaKDMs;
 class Log;
 
@@ -37,6 +40,7 @@ public:
                dcp::NameFormat::Map name_values,
                std::string cpl_name
                );
+       ~SendKDMEmailJob ();
 
        std::string name () const;
        std::string json_name () const;