summaryrefslogtreecommitdiff
path: root/src/lib/screen_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-07 23:31:07 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:45:00 +0100
commit2852855f19fadb6d7e43282e545a0bcaedc1a3f7 (patch)
tree91618c9da669ad68733e8b12c8fcf555a3e848c3 /src/lib/screen_kdm.h
parentfa8bdd16e1b3742e921b928708614613b6a21036 (diff)
Tweak naming of KDM emails and attachments.
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;