summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-06-15 14:51:24 +0200
committerGitHub <noreply@github.com>2021-06-15 14:51:24 +0200
commitcbcdda60c0719dd6dfadc002e68554ae0dbd9409 (patch)
tree5d73280e4634af2bb8216d2cf2e31cc52def39ca /modules/gdscript/gdscript.h
parentdb0816e129b88073660ac6d10e8309eec42f85db (diff)
parent2ca6b9c61028b10bd1b7821cd32f6fbf505d71d1 (diff)
Merge pull request #49570 from RandomShaper/fix_slow_scene_io
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 0584ced35e..602553bb1a 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -148,7 +148,7 @@ class GDScript : public Script {
#endif
- bool _update_exports(bool *r_err = nullptr, bool p_recursive_call = false);
+ bool _update_exports(bool *r_err = nullptr, bool p_recursive_call = false, PlaceHolderScriptInstance *p_instance_to_update = nullptr);
void _save_orphaned_subclasses();
void _init_rpc_methods_properties();