X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscreen_kdm.h;h=6230ea091b3b7dfbeb3dbb6454e869d50eda5399;hb=188877db5362b9b630588b2dfee4002d71a29372;hp=e2a16d3b726cc4501082909c5c71e044d0939743;hpb=7f8fb87610ca3f4106b925a314301c84ed380232;p=dcpomatic.git 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 screen_kdms, boost::filesystem::path directory); + static void write_files (std::string film_name, std::list screen_kdms, boost::filesystem::path directory); boost::shared_ptr screen; dcp::EncryptedKDM kdm;