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/cinema_kdms.h | |
| parent | 9c01623c3038b978ba732de2ad147d29fad60afe (diff) | |
Simplify NameFormat stuff.
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 826b93806..e29fa5cbd 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, KDMFilenameFormat name_format, dcp::NameFormat::Map name_values) const; + void make_zip_file (boost::filesystem::path zip_file, dcp::NameFormat 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, - KDMFilenameFormat name_format, + dcp::NameFormat name_format, dcp::NameFormat::Map name_values ); static void email ( 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 |
