Skip to content

v0.2.55..v0.2.56 changeset AddRef2Visitor.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/AddRef2Visitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/AddRef2Visitor.h
index b97dd7d..1c11fe1 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/AddRef2Visitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/AddRef2Visitor.h
@@ -41,6 +41,7 @@ public:
   static std::string className() { return "hoot::AddRef2Visitor"; }
 
   AddRef2Visitor();
+  virtual ~AddRef2Visitor() = default;
 
   virtual void setConfiguration(const Settings& conf);
 
Clone this wiki locally