X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fkdm_recipient.cc;h=cde41e22d86162b158f6233a98a76141aa0a102a;hb=9a97c1b4116d7fb80e8ab145c0cc738dbf14d617;hp=d05192ac675111f3a8f46ad3dbe49d6cbe7d606c;hpb=2d5c6f23650ae3a912badc8b059c83d40c61a0fa;p=dcpomatic.git diff --git a/src/lib/kdm_recipient.cc b/src/lib/kdm_recipient.cc index d05192ac6..cde41e22d 100644 --- a/src/lib/kdm_recipient.cc +++ b/src/lib/kdm_recipient.cc @@ -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,13 @@ */ + #include "kdm_recipient.h" + KDMRecipient::KDMRecipient (cxml::ConstNodePtr node) : name (node->string_child("Name")) - , notes (node->optional_string_child("Notes").get_value_or ("")) + , notes (node->optional_string_child("Notes").get_value_or("")) { if (node->optional_string_child("Certificate")) { recipient = dcp::Certificate (node->string_child("Certificate"));