mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-24 02:25:22 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -152,6 +152,6 @@ MainLoop *test() {
|
||||
map.set(5, 1);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace TestOAHashMap
|
||||
|
||||
Reference in New Issue
Block a user