diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-29 16:29:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-29 16:29:34 +0100 |
| commit | f4964573a60155545e02cbbebc47199f7480cf14 (patch) | |
| tree | 6fd65f01a844fdd839722bc5957425293b5ed29a /src/lib/send_kdm_email_job.h | |
| parent | fbe2784c136fa1550815babfce89589f66b35a29 (diff) | |
Rename KDMNameFormat.
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 bfb4d6c52..17b2db89c 100644 --- a/src/lib/send_kdm_email_job.h +++ b/src/lib/send_kdm_email_job.h @@ -19,7 +19,7 @@ */ #include "job.h" -#include "kdm_name_format.h" +#include "kdm_filename_format.h" #include <dcp/types.h> #include <boost/filesystem.hpp> @@ -32,7 +32,7 @@ class SendKDMEmailJob : public Job public: SendKDMEmailJob ( std::list<CinemaKDMs> cinema_kdms, - KDMNameFormat name_format, + KDMFilenameFormat name_format, dcp::NameFormat::Map name_values, std::string cpl_name, boost::shared_ptr<Log> log @@ -43,7 +43,7 @@ public: void run (); private: - KDMNameFormat _name_format; + KDMFilenameFormat _name_format; dcp::NameFormat::Map _name_values; std::string _cpl_name; std::list<CinemaKDMs> _cinema_kdms; |
