Tidy up careful_string_filter and add some extra transliterations.
[dcpomatic.git] / src / lib / dkdm_recipient.h
index d08f82daafa0e618f5b63ffb71b4055099ed6f1f..6e9e4dfb1721bdbb0fdc19dd2954e1f57b53eb25 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_)
@@ -47,7 +47,7 @@ public:
 
        explicit DKDMRecipient (cxml::ConstNodePtr);
 
-       void as_xml (xmlpp::Element *) const;
+       void as_xml (xmlpp::Element *) const override;
 
        std::list<std::string> emails;
        int utc_offset_hour;