mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Correct NameHashSet::add() return type.
This commit is contained in:
parent
f7c6fc9d1f
commit
1b47b68cc7
@ -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…
Reference in New Issue
Block a user