diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-02 20:37:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-03 21:19:28 +0100 |
| commit | d2807cacb97dd6dd9b519af7d697a2a10e39564e (patch) | |
| tree | 8eb77333c7a399084fc435ac4efc3d542037c259 /src/lib/dkdm_recipient.h | |
| parent | f1ea52e954cc466d70b5d5ee530a7af5d41b9cc6 (diff) | |
Missing overrides.
Diffstat (limited to 'src/lib/dkdm_recipient.h')
| -rw-r--r-- | src/lib/dkdm_recipient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index d08f82daa..694cc405e 100644 --- a/src/lib/dkdm_recipient.h +++ b/src/lib/dkdm_recipient.h @@ -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; |
