mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 05:27:44 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -60,7 +60,7 @@ void NodeDock::_notification(int p_what) {
|
||||
}
|
||||
}
|
||||
|
||||
NodeDock *NodeDock::singleton = NULL;
|
||||
NodeDock *NodeDock::singleton = nullptr;
|
||||
|
||||
void NodeDock::update_lists() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user