X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frecipient_dialog.h;h=a46e67af5b907ebdfe3fa2b2fa441f091cff1355;hb=9f125fddff88bf62d36381f9d3f09e5240b033d5;hp=2ed6d3f31f1591ee2a4d283cce446fb8de3c47e9;hpb=c407bf65787162ea712595eecf9fbb409c7f0d1e;p=dcpomatic.git diff --git a/src/wx/recipient_dialog.h b/src/wx/recipient_dialog.h index 2ed6d3f31..a46e67af5 100644 --- a/src/wx/recipient_dialog.h +++ b/src/wx/recipient_dialog.h @@ -43,7 +43,7 @@ public: wxString, std::string name = "", std::string notes = "", - std::list emails = std::list(), + std::vector emails = std::vector(), int utc_offset_hour = 0, int utc_offset_minute = 0, boost::optional c = boost::optional() @@ -52,7 +52,7 @@ public: std::string name () const; std::string notes () const; boost::optional recipient () const; - std::list emails () const; + std::vector emails () const; int utc_offset_hour () const; int utc_offset_minute () const;