v0.2.49..v0.2.50 changeset GreedyConstrainedMatches.h - ngageoint/hootenanny GitHub Wiki

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;
 };
 
 }
⚠️ **GitHub.com Fallback** ⚠️