Merge master.
[dcpomatic.git] / src / lib / kdm.h
index 5df161b2a03404beafc39d88fa2d7dddb0b83e8e..023107a826875f169c4e1c780ee9666ba366eefc 100644 (file)
@@ -26,7 +26,7 @@ class Film;
 extern void write_kdm_files (
        boost::shared_ptr<const Film> film,
        std::list<boost::shared_ptr<Screen> > screens,
-       boost::filesystem::path dcp,
+       boost::filesystem::path cpl,
        dcp::LocalTime from,
        dcp::LocalTime to,
        boost::filesystem::path directory
@@ -35,7 +35,7 @@ extern void write_kdm_files (
 extern void write_kdm_zip_files (
        boost::shared_ptr<const Film> film,
        std::list<boost::shared_ptr<Screen> > screens,
-       boost::filesystem::path dcp,
+       boost::filesystem::path cpl,
        dcp::LocalTime from,
        dcp::LocalTime to,
        boost::filesystem::path directory
@@ -44,7 +44,7 @@ extern void write_kdm_zip_files (
 extern void email_kdms (
        boost::shared_ptr<const Film> film,
        std::list<boost::shared_ptr<Screen> > screens,
-       boost::filesystem::path dcp,
+       boost::filesystem::path cpl,
        dcp::LocalTime from,
        dcp::LocalTime to
        );