You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -141,7 +141,7 @@ TestFunc test_funcs[] = {
|
||||
test_size,
|
||||
test_iteration,
|
||||
test_const_iteration,
|
||||
0
|
||||
nullptr
|
||||
|
||||
};
|
||||
|
||||
@@ -168,6 +168,6 @@ MainLoop *test() {
|
||||
|
||||
OS::get_singleton()->print("Passed %i of %i tests\n", passed, count);
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace TestOrderedHashMap
|
||||
|
||||
Reference in New Issue
Block a user