mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03: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