fe-iface: Add missing virtual destructor
authorDodji Seketeli <dodji@redhat.com>
Wed, 1 Feb 2023 16:18:16 +0000 (17:18 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 1 Feb 2023 16:19:27 +0000 (17:19 +0100)
* include/abg-fe-iface.cc (fe_iface::~fe_iface): Make this
virtual.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
include/abg-fe-iface.h

index d83a1391abb077d76d7439da260fa1b86fc7eb9f..12b8b2bd05c2cc40559e9af3a81b93eb2ec9d7c6 100644 (file)
@@ -72,7 +72,7 @@ protected:
 
   fe_iface(const std::string& corpus_path, environment& e);
 
-  ~fe_iface();
+  virtual ~fe_iface();
 
   void
   reset(const std::string& corpus_path, environment& e);