mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Grids: Fix TypeListContainer::Size
This commit is contained in:
@@ -78,7 +78,7 @@ struct TypeListContainer
|
||||
}
|
||||
|
||||
template <typename ObjectType> requires TypeExists<ObjectType>
|
||||
bool Size() const
|
||||
std::size_t Size() const
|
||||
{
|
||||
return UnderlyingContainer<ObjectType>::Size(Data.template FindContainer<ObjectType>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user