From 1e77952f842305e7a0decaa2a28dbbdcf2d8f361 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 1 Jun 2023 18:07:59 +0200 Subject: [PATCH] Fix registering StringNames. --- glue/glue_header.h | 2 +- glue/string_name_glue.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glue/glue_header.h b/glue/glue_header.h index 25aea6c..903f76a 100644 --- a/glue/glue_header.h +++ b/glue/glue_header.h @@ -52,7 +52,7 @@ void godot_register_glue_header_icalls() { godot_register_object_icalls(); godot_register_rid_icalls(); godot_register_string_icalls(); - godot_register_nodepath_icalls(); + godot_register_stringname_icalls(); } // Used by the generated glue diff --git a/glue/string_name_glue.h b/glue/string_name_glue.h index 73a10f9..3d41053 100644 --- a/glue/string_name_glue.h +++ b/glue/string_name_glue.h @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef NODEPATH_GLUE_H -#define NODEPATH_GLUE_H +#ifndef STRING_NAME_GLUE_H +#define STRING_NAME_GLUE_H #ifdef MONO_GLUE_ENABLED