mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Replace NULL with nullptr
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "editor_vcs_interface.h"
|
||||
|
||||
EditorVCSInterface *EditorVCSInterface::singleton = NULL;
|
||||
EditorVCSInterface *EditorVCSInterface::singleton = nullptr;
|
||||
|
||||
void EditorVCSInterface::_bind_methods() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user