mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Rename LinkedListHead::getSize to size to fit standard container naming
This commit is contained in:
@@ -125,7 +125,7 @@ class LinkedListHead
|
||||
iLast.insertBefore(pElem);
|
||||
}
|
||||
|
||||
uint32 getSize() const
|
||||
uint32 size() const
|
||||
{
|
||||
if (!iSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user