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