refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
SetEntityDataPacket::SetEntityDataPacket() {
|
||||
id = -1;
|
||||
packedItems = NULL;
|
||||
packedItems = nullptr;
|
||||
}
|
||||
|
||||
SetEntityDataPacket::~SetEntityDataPacket() { delete packedItems; }
|
||||
|
||||
Reference in New Issue
Block a user