mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-24 20:58:06 +03:00
Correct NameHashSet::add() return type
This commit is contained in:
parent
c5f6e26802
commit
6620aa97a8
@ -120,7 +120,7 @@ public:
|
||||
}
|
||||
|
||||
template <typename U>
|
||||
void add(Insert &i, U &&value)
|
||||
bool add(Insert &i, U &&value)
|
||||
{
|
||||
return table_.add(i, ke::Forward<U>(value));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user