Skip to content

v0.2.49..v0.2.50 changeset GreedyConstrainedMatches.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.h
index baa138b..4b620a0 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.h
@@ -46,7 +46,7 @@ public:
 
   GreedyConstrainedMatches(const ConstOsmMapPtr& map);
 
-  virtual std::vector<const Match*> calculateSubset() override;
+  virtual std::vector<ConstMatchPtr> calculateSubset() override;
 };
 
 }
Clone this wiki locally