diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-03 16:40:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-04 01:20:11 +0200 |
| commit | 92e43a0189289345010c795040a798ef1986b93d (patch) | |
| tree | e274e8b22dfc9b552b0b689a099731626c8c2b7d | |
| parent | 7552a04c443c9c641ac580585f6d88900bf84d04 (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; |
