Codechange: replace x.size() != 0 with !x.empty()
This commit is contained in:
@@ -960,7 +960,7 @@ public:
|
||||
break;
|
||||
|
||||
case WID_GL_MANAGE_VEHICLES_DROPDOWN:
|
||||
assert(this->vehicles.size() != 0);
|
||||
assert(!this->vehicles.empty());
|
||||
|
||||
switch (index) {
|
||||
case ADI_REPLACE: // Replace window
|
||||
|
Reference in New Issue
Block a user