You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00: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