diff options
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 a9ab4867e..53cf84d66 100644 --- a/src/lib/cinema_kdms.h +++ b/src/lib/cinema_kdms.h @@ -27,7 +27,7 @@ class Log; class CinemaKDMs { public: - void make_zip_file (boost::filesystem::path zip_file, KDMNameFormat name_format, NameFormat::Map name_values) const; + void make_zip_file (boost::filesystem::path zip_file, KDMNameFormat name_format, dcp::NameFormat::Map name_values) const; static std::list<CinemaKDMs> collect (std::list<ScreenKDM> kdms); @@ -35,13 +35,13 @@ public: std::list<CinemaKDMs> cinema_kdms, boost::filesystem::path directory, KDMNameFormat name_format, - NameFormat::Map name_values + dcp::NameFormat::Map name_values ); static void email ( std::list<CinemaKDMs> cinema_kdms, KDMNameFormat name_format, - NameFormat::Map name_values, + dcp::NameFormat::Map name_values, std::string cpl_name, boost::shared_ptr<Log> log ); |
