We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchSet.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchSet.h index 38e387c..d683a9e 100644 --- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchSet.h +++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchSet.h @@ -36,7 +36,7 @@ namespace hoot { -typedef std::set<const Match*, MatchPtrComparator> MatchSet; +typedef std::set<ConstMatchPtr, MatchPtrComparator> MatchSet; }