Replace NULL with nullptr
This commit is contained in:
@ -203,7 +203,7 @@ public:
|
||||
void set_node(Node *p_node);
|
||||
void update_tree();
|
||||
|
||||
ConnectionsDock(EditorNode *p_editor = NULL);
|
||||
ConnectionsDock(EditorNode *p_editor = nullptr);
|
||||
~ConnectionsDock();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user