Skip to content

v0.2.55..v0.2.56 changeset BridgeWayNodeCriterion.h

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