summaryrefslogtreecommitdiff
path: root/src/lib/dkdm_recipient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dkdm_recipient.h')
-rw-r--r--src/lib/dkdm_recipient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h
index 6e9e4dfb1..7a0fa0185 100644
--- a/src/lib/dkdm_recipient.h
+++ b/src/lib/dkdm_recipient.h
@@ -33,7 +33,7 @@ public:
std::string const& name_,
std::string const& notes_,
boost::optional<dcp::Certificate> recipient_,
- std::list<std::string> emails_,
+ std::vector<std::string> emails_,
int utc_offset_hour_,
int utc_offset_minute_
)
@@ -49,7 +49,7 @@ public:
void as_xml (xmlpp::Element *) const override;
- std::list<std::string> emails;
+ std::vector<std::string> emails;
int utc_offset_hour;
int utc_offset_minute;
};