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/cinema_kdms.h | |
| parent | fbe2784c136fa1550815babfce89589f66b35a29 (diff) | |
Rename KDMNameFormat.
Diffstat (limited to 'src/lib/cinema_kdms.h')
| -rw-r--r-- | src/lib/cinema_kdms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/cinema_kdms.h b/src/lib/cinema_kdms.h index 53cf84d66..826b93806 100644 --- a/src/lib/cinema_kdms.h +++ b/src/lib/cinema_kdms.h @@ -27,20 +27,20 @@ class Log; class CinemaKDMs { public: - void make_zip_file (boost::filesystem::path zip_file, KDMNameFormat name_format, dcp::NameFormat::Map name_values) const; + void make_zip_file (boost::filesystem::path zip_file, KDMFilenameFormat name_format, dcp::NameFormat::Map name_values) const; static std::list<CinemaKDMs> collect (std::list<ScreenKDM> kdms); static void write_zip_files ( std::list<CinemaKDMs> cinema_kdms, boost::filesystem::path directory, - KDMNameFormat name_format, + KDMFilenameFormat name_format, dcp::NameFormat::Map name_values ); static void email ( 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 |
