Skip to content

v0.2.55..v0.2.56 changeset ImmediatelyConnectedOutOfBoundsWayTagger.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/ImmediatelyConnectedOutOfBoundsWayTagger.h b/hoot-core/src/main/cpp/hoot/core/ops/ImmediatelyConnectedOutOfBoundsWayTagger.h
index 59106c8..76b2b5b 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/ImmediatelyConnectedOutOfBoundsWayTagger.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/ImmediatelyConnectedOutOfBoundsWayTagger.h
@@ -54,6 +54,7 @@ public:
   ImmediatelyConnectedOutOfBoundsWayTagger();
   ImmediatelyConnectedOutOfBoundsWayTagger(const geos::geom::Envelope& bounds,
                                            const bool strictBounds);
+  virtual ~ImmediatelyConnectedOutOfBoundsWayTagger() = default;
 
   /**
    * @see OsmMapOperation
Clone this wiki locally