Skip to content

v0.2.49..v0.2.50 changeset ElementIdsVisitor.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/ElementIdsVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/ElementIdsVisitor.h
index d2b16d7..980c04f 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/ElementIdsVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/ElementIdsVisitor.h
@@ -59,7 +59,7 @@ public:
   static std::vector<long> findWays(const ConstOsmMapPtr& map, ElementCriterion* pCrit,
                                     ConstWayPtr refWay, Meters maxDistance, bool addError);
 
-  // Convenience method for finding nodes that contain the given tag
+  // Convenience method for finding elements that contain the given tag
   static std::vector<long> findElementsByTag(const ConstOsmMapPtr& map,
                                              const ElementType& elementType, const QString& key,
                                              const QString& value);
Clone this wiki locally