Codechange: Replace SmallVector::Length() with std::vector::size()
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
*/
|
||||
inline uint Length() const
|
||||
{
|
||||
return this->files.Length();
|
||||
return this->files.size();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user