diff options
Diffstat (limited to 'core/core_string_names.h')
-rw-r--r-- | core/core_string_names.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/core_string_names.h b/core/core_string_names.h index 42416d3f75..2ade44f4e0 100644 --- a/core/core_string_names.h +++ b/core/core_string_names.h @@ -41,7 +41,7 @@ class CoreStringNames { static void create() { singleton = memnew(CoreStringNames); } static void free() { memdelete(singleton); - singleton = NULL; + singleton = nullptr; } CoreStringNames(); @@ -97,4 +97,4 @@ public: StringName notification; }; -#endif // SCENE_STRING_NAMES_H +#endif // CORE_STRING_NAMES_H |