Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -167,8 +167,8 @@ private:
|
||||
{
|
||||
if (!this->groups.NeedRebuild()) return;
|
||||
|
||||
this->groups.Clear();
|
||||
this->indents.Clear();
|
||||
this->groups.clear();
|
||||
this->indents.clear();
|
||||
|
||||
GUIGroupList list;
|
||||
|
||||
|
Reference in New Issue
Block a user