Skip to content

v0.2.55..v0.2.56 changeset AreaWayNodeCriterion.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/AreaWayNodeCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/AreaWayNodeCriterion.h
index 9ce6b16..52b634f 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/AreaWayNodeCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/AreaWayNodeCriterion.h
@@ -41,6 +41,7 @@ public:
 
   AreaWayNodeCriterion();
   AreaWayNodeCriterion(ConstOsmMapPtr map);
+  virtual ~AreaWayNodeCriterion() = default;
 
   virtual void setOsmMap(const OsmMap* map) override;
 
Clone this wiki locally