HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
This commit is contained in:
parent
5365ca157d
commit
c95972275e
13 changed files with 239 additions and 239 deletions
|
@ -128,7 +128,7 @@ Object* ObjectPool::CreateByIDType(int type) {
|
|||
|
||||
default:
|
||||
ERROR_LOG(COMMON, "Unable to load state: could not find object type %d.", type);
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue