Skip to content

v0.2.55..v0.2.56 changeset NodesPerWayVisitor.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/NodesPerWayVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/NodesPerWayVisitor.h
index 528af8a..efa9112 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/NodesPerWayVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/NodesPerWayVisitor.h
@@ -53,6 +53,7 @@ public:
   static std::string className() { return "hoot::NodesPerWayVisitor"; }
 
   NodesPerWayVisitor();
+  virtual ~NodesPerWayVisitor() = default;
 
   virtual void addCriterion(const ElementCriterionPtr& e);
 
Clone this wiki locally