Missing virtual destructor.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2020 14:40:11 +0000 (16:40 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2020 23:20:11 +0000 (01:20 +0200)
src/lib/kdm_recipient.h

index c0533daeb07d2d6c3388c22fde2dea9189824145..b68b4b7c75e2cabc20783fd2dbeadf3f3243058c 100644 (file)
@@ -38,6 +38,8 @@ public:
 
        explicit KDMRecipient (cxml::ConstNodePtr);
 
+       virtual ~KDMRecipient () {}
+
        virtual void as_xml (xmlpp::Element *) const;
 
        std::string name;