Skip to content

v0.2.49..v0.2.50 changeset NodeMatcher.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/NodeMatcher.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/NodeMatcher.h
index 1c60269..2fb281e 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/NodeMatcher.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/NodeMatcher.h
@@ -97,7 +97,7 @@ private:
   std::shared_ptr<const OsmMap> _map;
   double _strictness;
   double _delta;
-  static QList<std::shared_ptr<ElementCriterion>> _networkFeatureTypeCriterion;
+  static QList<std::shared_ptr<ElementCriterion>> _networkFeatureTypeCriteria;
 
   double _calculateAngleScore(const std::vector<Radians>& theta1,
                               const std::vector<Radians>& theta2, std::vector<bool>& exclude,
Clone this wiki locally