X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdkdm_recipient.h;h=d08f82daafa0e618f5b63ffb71b4055099ed6f1f;hb=952084c4221c5708e02c783284cf0f7239c6b4c4;hp=ecaccd0a0200ab2511ab82c0898d96d3873de7e2;hpb=3e96f929fdf740f414b114c5d9765e22fcc46de6;p=dcpomatic.git diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index ecaccd0a0..d08f82daa 100644 --- a/src/lib/dkdm_recipient.h +++ b/src/lib/dkdm_recipient.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,11 +18,14 @@ */ + #include "kdm_recipient.h" #include "kdm_with_metadata.h" + class Film; + class DKDMRecipient : public KDMRecipient { public: @@ -54,9 +57,9 @@ public: KDMWithMetadataPtr kdm_for_dkdm_recipient ( - boost::shared_ptr film, + std::shared_ptr film, boost::filesystem::path cpl, - boost::shared_ptr recipient, + std::shared_ptr recipient, boost::posix_time::ptime valid_from, boost::posix_time::ptime valid_to );