Skip to content

v0.2.55..v0.2.56 changeset AddAttributesVisitor.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/AddAttributesVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/AddAttributesVisitor.h
index ffeda84..1a7c08e 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/AddAttributesVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/AddAttributesVisitor.h
@@ -48,6 +48,7 @@ public:
 
   AddAttributesVisitor();
   explicit AddAttributesVisitor(const QStringList attributes, const bool negateCriteria = false);
+  virtual ~AddAttributesVisitor() = default;
 
   virtual void visit(const std::shared_ptr<Element>& e);
 
Clone this wiki locally