diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:48:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:48:15 +0100 |
| commit | 1d022220899c63e2cae0a2a9a81f6c6db955a23d (patch) | |
| tree | fdf436255ae717e6269d98626e9d45824fc77e82 /src/lib/send_kdm_email_job.h | |
| parent | 9c01623c3038b978ba732de2ad147d29fad60afe (diff) | |
Simplify NameFormat stuff.
Diffstat (limited to 'src/lib/send_kdm_email_job.h')
| -rw-r--r-- | src/lib/send_kdm_email_job.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/send_kdm_email_job.h b/src/lib/send_kdm_email_job.h index 17b2db89c..c2916f69d 100644 --- a/src/lib/send_kdm_email_job.h +++ b/src/lib/send_kdm_email_job.h @@ -19,8 +19,8 @@ */ #include "job.h" -#include "kdm_filename_format.h" #include <dcp/types.h> +#include <dcp/name_format.h> #include <boost/filesystem.hpp> class Screen; @@ -32,7 +32,7 @@ class SendKDMEmailJob : public Job public: SendKDMEmailJob ( std::list<CinemaKDMs> cinema_kdms, - KDMFilenameFormat name_format, + dcp::NameFormat name_format, dcp::NameFormat::Map name_values, std::string cpl_name, boost::shared_ptr<Log> log @@ -43,7 +43,7 @@ public: void run (); private: - KDMFilenameFormat _name_format; + dcp::NameFormat _name_format; dcp::NameFormat::Map _name_values; std::string _cpl_name; std::list<CinemaKDMs> _cinema_kdms; |
