Skip to content

v0.2.49..v0.2.50 changeset OptimalConstrainedMatches.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/OptimalConstrainedMatches.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/OptimalConstrainedMatches.h
index 82d8d4d..394f50b 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/OptimalConstrainedMatches.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/OptimalConstrainedMatches.h
@@ -53,7 +53,7 @@ public:
    * scores. All matches will be considered so if you don't want matches below a threshold included
    * then don't add them.
    */
-  virtual std::vector<const Match*> calculateSubset() override;
+  virtual std::vector<ConstMatchPtr> calculateSubset() override;
 
 private:
 
Clone this wiki locally