Adapt to changes in libdcp1 wrt shared_ptr and Certificate.
[dcpomatic.git] / src / lib / film.h
index dea669d981f9088faa6b223ad7ccbc7ffe785f3e..c9b4602ad52b9329c5524dab3e06dd7a95c89f99 100644 (file)
@@ -121,7 +121,7 @@ public:
 
        dcp::EncryptedKDM
        make_kdm (
-               boost::shared_ptr<dcp::Certificate> target,
+               dcp::Certificate target,
                boost::filesystem::path cpl_file,
                dcp::LocalTime from,
                dcp::LocalTime until,