diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-03 16:40:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-03 16:40:11 +0200 |
| commit | 7bfb989594063c7859a022e950c3db34f0a22249 (patch) | |
| tree | 23fc18670dc8df1a794a5b03296488be2cb6d644 | |
| parent | cdffa3e4bceb829f9d7e7e74191e2f6c491ff260 (diff) | |
Missing virtual destructor.
| -rw-r--r-- | src/lib/kdm_recipient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/kdm_recipient.h b/src/lib/kdm_recipient.h index c0533daeb..b68b4b7c7 100644 --- a/src/lib/kdm_recipient.h +++ b/src/lib/kdm_recipient.h @@ -38,6 +38,8 @@ public: explicit KDMRecipient (cxml::ConstNodePtr); + virtual ~KDMRecipient () {} + virtual void as_xml (xmlpp::Element *) const; std::string name; |
