diff --git a/src/hashset.hpp b/src/hashset.hpp index fba141a7..c9290676 100644 --- a/src/hashset.hpp +++ b/src/hashset.hpp @@ -58,7 +58,7 @@ public: HashSet() { _set = kh_init(hashset); - str_set_init(&_str_set); + u64_set_init(&_str_set); } ~HashSet()