Core/Misc: Rename LinkedListHead::getSize to size to fit standard container naming

This commit is contained in:
Shauren
2025-07-11 17:51:49 +02:00
parent fbbcc31670
commit f4c0ede726
8 changed files with 8 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ class LinkedListHead
iLast.insertBefore(pElem);
}
uint32 getSize() const
uint32 size() const
{
if (!iSize)
{