aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative.cpp
diff options
context:
space:
mode:
authorKarroffel2017-11-10 12:08:09 +0100
committerKarroffel2017-11-10 12:08:09 +0100
commit7ae2de8997fadd692f5e43839633fbfdf3816e66 (patch)
treebdc8bbeb41af742e4fe8ed21af933822aecf7450 /modules/gdnative/gdnative.cpp
parentfd4921375a10123b504b746914715d516aac1216 (diff)
downloadgodot-7ae2de8997fadd692f5e43839633fbfdf3816e66.tar.gz
godot-7ae2de8997fadd692f5e43839633fbfdf3816e66.tar.zst
godot-7ae2de8997fadd692f5e43839633fbfdf3816e66.zip
Diffstat (limited to 'modules/gdnative/gdnative.cpp')
-rw-r--r--modules/gdnative/gdnative.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative.cpp b/modules/gdnative/gdnative.cpp
index 3fc04a549..832a0cb85 100644
--- a/modules/gdnative/gdnative.cpp
+++ b/modules/gdnative/gdnative.cpp
@@ -41,7 +41,7 @@ const String init_symbol = "godot_gdnative_init";
const String terminate_symbol = "godot_gdnative_terminate";
// Defined in gdnative_api_struct.gen.cpp
-extern const godot_gdnative_api_struct api_struct;
+extern const godot_gdnative_core_api_struct api_struct;
String GDNativeLibrary::platform_names[NUM_PLATFORMS + 1] = {
"X11_32bit",