From 9f125fddff88bf62d36381f9d3f09e5240b033d5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 May 2023 22:21:33 +0200 Subject: Cleanup: replace some list with vector. --- src/lib/dkdm_recipient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/dkdm_recipient.h') 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 recipient_, - std::list emails_, + std::vector emails_, int utc_offset_hour_, int utc_offset_minute_ ) @@ -49,7 +49,7 @@ public: void as_xml (xmlpp::Element *) const override; - std::list emails; + std::vector emails; int utc_offset_hour; int utc_offset_minute; }; -- cgit v1.2.3