summaryrefslogtreecommitdiff
path: root/src/lib/screen_kdm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/screen_kdm.h')
-rw-r--r--src/lib/screen_kdm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/screen_kdm.h b/src/lib/screen_kdm.h
index e2a16d3b7..6230ea091 100644
--- a/src/lib/screen_kdm.h
+++ b/src/lib/screen_kdm.h
@@ -34,9 +34,9 @@ public:
, kdm (k)
{}
- std::string filename (std::string first_part) const;
+ std::string filename (std::string film_name) const;
- static void write_files (std::string name_first_part, std::list<ScreenKDM> screen_kdms, boost::filesystem::path directory);
+ static void write_files (std::string film_name, std::list<ScreenKDM> screen_kdms, boost::filesystem::path directory);
boost::shared_ptr<Screen> screen;
dcp::EncryptedKDM kdm;