refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -41,7 +41,7 @@ LevelData* DirectoryLevelStorageSource::getDataTagFor(
|
||||
return ret;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void DirectoryLevelStorageSource::renameLevel(
|
||||
|
||||
Reference in New Issue
Block a user