diff options
Diffstat (limited to 'src/lib/dkdm_recipient.h')
| -rw-r--r-- | src/lib/dkdm_recipient.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index 3317ae6f9..64da41cff 100644 --- a/src/lib/dkdm_recipient.h +++ b/src/lib/dkdm_recipient.h @@ -41,10 +41,6 @@ public: } - explicit DKDMRecipient (cxml::ConstNodePtr); - - void as_xml (xmlpp::Element *) const override; - std::vector<std::string> emails; }; @@ -53,7 +49,7 @@ KDMWithMetadataPtr kdm_for_dkdm_recipient ( std::shared_ptr<const Film> film, boost::filesystem::path cpl, - std::shared_ptr<DKDMRecipient> recipient, + DKDMRecipient const& recipient, dcp::LocalTime valid_from, dcp::LocalTime valid_to ); |
