mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-09 16:24:19 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "scene_string_names.h"
|
||||
|
||||
SceneStringNames *SceneStringNames::singleton = NULL;
|
||||
SceneStringNames *SceneStringNames::singleton = nullptr;
|
||||
|
||||
SceneStringNames::SceneStringNames() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user