Skip to content

v0.2.54..v0.2.55 changeset PointCriterion.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/PointCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/PointCriterion.h
index d02777a..e3e8b28 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/PointCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/PointCriterion.h
@@ -68,6 +68,7 @@ public:
 private:
 
   ConstOsmMapPtr _map;
+
   WayNodeCriterion _wayNodeCrit;
 };
 
Clone this wiki locally