X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdkdm_recipient.h;h=6e9e4dfb1721bdbb0fdc19dd2954e1f57b53eb25;hb=62c03e3d3493df8a31361b3281c443cac35decb0;hp=7cf59a495e007a581c2b78bc1f17304f7d11a926;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index 7cf59a495..6e9e4dfb1 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: @@ -34,7 +37,7 @@ public: int utc_offset_hour_, int utc_offset_minute_ ) - : KDMRecipient (name_, notes_, recipient_) + : KDMRecipient (name_, notes_, recipient_, boost::none) , emails (emails_) , utc_offset_hour (utc_offset_hour_) , utc_offset_minute (utc_offset_minute_) @@ -44,7 +47,7 @@ public: explicit DKDMRecipient (cxml::ConstNodePtr); - void as_xml (xmlpp::Element *) const; + void as_xml (xmlpp::Element *) const override; std::list emails; int utc_offset_hour;