diff options
Diffstat (limited to 'src/lib/dkdm_recipient.h')
| -rw-r--r-- | src/lib/dkdm_recipient.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index cf0474354..221e371cc 100644 --- a/src/lib/dkdm_recipient.h +++ b/src/lib/dkdm_recipient.h @@ -49,6 +49,8 @@ KDMWithMetadataPtr kdm_for_dkdm_recipient ( std::shared_ptr<const Film> film, boost::filesystem::path cpl, - DKDMRecipient const& recipient + DKDMRecipient const& recipient, + boost::posix_time::ptime valid_from, + boost::posix_time::ptime valid_to ); |
