Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -650,7 +650,7 @@ private:
|
||||
void BuildSortTownList()
|
||||
{
|
||||
if (this->towns.NeedRebuild()) {
|
||||
this->towns.Clear();
|
||||
this->towns.clear();
|
||||
|
||||
const Town *t;
|
||||
FOR_ALL_TOWNS(t) {
|
||||
|
Reference in New Issue
Block a user