diff --git a/core/sip/tr_blacklist.h b/core/sip/tr_blacklist.h index 987f9031..cb18d9cd 100644 --- a/core/sip/tr_blacklist.h +++ b/core/sip/tr_blacklist.h @@ -70,6 +70,7 @@ public: : bl_bucket_base(id) {} + using ht_map_bucket::insert; bool insert(const bl_addr& addr, uint64_t duration /* ms */, const char* reason); bool remove(const bl_addr& addr);