summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-05-10 13:11:40 +0200
committerGitHub <noreply@github.com>2020-05-10 13:11:40 +0200
commitda898c116c0b45ff0dc16e80800f8694339cd4f1 (patch)
tree1f4eed492b9c596c2814f584e7ecf332dddbdf28 /modules/gdscript/gdscript.h
parenta128dd97d6b5f1bbca22b31f746bc906510a96fa (diff)
parentc2ab35bdde2ad5dd0e5cb1a9312bf8da26623f79 (diff)
downloadredot-engine-da898c116c0b45ff0dc16e80800f8694339cd4f1.tar.gz
Merge pull request #37160 from ThakeeNathees/saveing-cyclic-inheritance-crash-fix
Fix: saving gdscript with cyclic inheritance crash the editor
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 2dbc2252fa..b7ac2bd0c5 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -135,7 +135,7 @@ class GDScript : public Script {
#endif
- bool _update_exports();
+ bool _update_exports(bool *r_err = nullptr, bool p_recursive_call = false);
void _save_orphaned_subclasses();
void _init_rpc_methods_properties();