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;
};
}