Skip to content

Commit

Permalink
minor bug fix to resolve compatiblity issue
Browse files Browse the repository at this point in the history
	modified:   splicesitemap.cpp
  • Loading branch information
zhangchaolin committed Aug 16, 2022
1 parent 913412f commit 7a5a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splicesitemap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static void sort_splice_sites (splice_site_t ** ss, int n_ss)

struct cmp_str
{
bool operator()(char const *a, char const *b) {
bool operator()(char const *a, char const *b) const {
return strcmp(a, b) < 0;
}
};
Expand Down

0 comments on commit 7a5a569

Please sign in to comment.