Codechange: replace x.size() == 0 with x.empty()
This commit is contained in:
@@ -899,7 +899,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
if (this->content.size() == 0) {
|
||||
if (this->content.empty()) {
|
||||
if (this->UpdateFilterState()) {
|
||||
this->content.ForceRebuild();
|
||||
this->InvalidateData();
|
||||
|
Reference in New Issue
Block a user