std::shared_ptr
[dcpomatic.git] / src / lib / dkdm_recipient.h
index ecaccd0a0200ab2511ab82c0898d96d3873de7e2..7cf59a495e007a581c2b78bc1f17304f7d11a926 100644 (file)
@@ -54,9 +54,9 @@ public:
 
 KDMWithMetadataPtr
 kdm_for_dkdm_recipient (
-       boost::shared_ptr<const Film> film,
+       std::shared_ptr<const Film> film,
        boost::filesystem::path cpl,
-       boost::shared_ptr<DKDMRecipient> recipient,
+       std::shared_ptr<DKDMRecipient> recipient,
        boost::posix_time::ptime valid_from,
        boost::posix_time::ptime valid_to
        );