Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / film.h
index aa7be939ea950262a52f2ff9d677ca7982643bd6..0aa08e42586c38c6b451ba650e6bd820110e3b37 100644 (file)
@@ -54,6 +54,7 @@ class AudioProcessor;
 class AudioMapping;
 class Ratio;
 class Job;
+class ScreenKDM;
 struct isdcf_name_test;
 
 /** @class Film
@@ -127,7 +128,7 @@ public:
                dcp::Formulation formulation
                ) const;
 
-       std::list<dcp::EncryptedKDM> make_kdms (
+       std::list<ScreenKDM> make_kdms (
                std::list<boost::shared_ptr<Screen> >,
                boost::filesystem::path cpl_file,
                dcp::LocalTime from,