diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-15 12:02:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 12:02:26 +0200 |
commit | b5dfe45efc53e3733660d068ab2ac1e170f6bd34 (patch) | |
tree | 8fd0224d030aa535249a036751eaa1b1c5298ae0 /modules/gdnative/nativescript/nativescript.cpp | |
parent | d3c10e8dd60b8e771f9e3d1e1df6780491d8effe (diff) | |
parent | c3e615e21b5f711757ac3fd8ea2c238bf6b1723b (diff) |
Merge pull request #39183 from bruvzg/gdnative_merge_structs
GDNative: merge API structs, bump version of merged structs.
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.cpp')
-rw-r--r-- | modules/gdnative/nativescript/nativescript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp index f3dfd0b68e..06b9534fce 100644 --- a/modules/gdnative/nativescript/nativescript.cpp +++ b/modules/gdnative/nativescript/nativescript.cpp @@ -1498,7 +1498,7 @@ void NativeScriptLanguage::profiling_add_data(StringName p_signature, uint64_t p #endif } -int NativeScriptLanguage::register_binding_functions(godot_instance_binding_functions p_binding_functions) { +int NativeScriptLanguage::register_binding_functions(godot_nativescript_instance_binding_functions p_binding_functions) { // find index int idx = -1; |