Skip to content

v0.2.54..v0.2.55 changeset PoiPolygonMatch.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h
index 1e3f62c..f8f1809 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h
@@ -87,9 +87,10 @@ public:
 
   virtual double getProbability() const override { return _class.getMatchP(); }
 
-  // Is the right implementation for this?
+  // Is this the right implementation?
   virtual bool isConflicting(const ConstMatchPtr& /*other*/,
-                             const ConstOsmMapPtr& /*map*/) const override
+                             const ConstOsmMapPtr& /*map*/,
+                             const QHash<QString, ConstMatchPtr>& /*matches*/) const override
   { return false; }
 
   virtual bool isWholeGroup() const override { return true; }
Clone this wiki locally