Skip to content

v0.2.55..v0.2.56 changeset ImplicitTypeTaggerBase.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/ImplicitTypeTaggerBase.h b/hoot-core/src/main/cpp/hoot/core/visitors/ImplicitTypeTaggerBase.h
index 6cf1dc2..d2db7dc 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/ImplicitTypeTaggerBase.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/ImplicitTypeTaggerBase.h
@@ -45,7 +45,7 @@ public:
 
   ImplicitTypeTaggerBase();
   ImplicitTypeTaggerBase(const QString& databasePath);
-  ~ImplicitTypeTaggerBase();
+  virtual ~ImplicitTypeTaggerBase();
 
   /**
    * Adds implicitly derived tags to an element
Clone this wiki locally