Display the filename / URL that a screen certificate was obtained from (#1894).
[dcpomatic.git] / src / lib / dkdm_recipient.h
index d08f82daafa0e618f5b63ffb71b4055099ed6f1f..50f2f3e15277ad6fba80d742c823aff35ff23508 100644 (file)
@@ -37,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_)