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