* include/abg-comparison.h (type_suppression::~type_suppression):
Declare missing virtual destructor.
* src/abg-comparison.cc (type_suppression::~type_suppression):
Define missing virtual destructor.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
const string& type_name_regexp,
const string& type_name);
+ virtual ~type_suppression();
+
void
set_type_name_regex_str(const string& name_regex_str);
/*type_kind=*/CLASS_TYPE_KIND))
{}
+type_suppression::~type_suppression()
+{}
+
/// Setter for the "type_name_regex" property of the type suppression
/// specification.
///