summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorThakee Nathees <thakeenathees@gmail.com>2020-03-19 11:48:46 +0530
committerThakee Nathees <thakeenathees@gmail.com>2020-05-10 09:07:09 +0530
commitc2ab35bdde2ad5dd0e5cb1a9312bf8da26623f79 (patch)
treea22e49a37eda8c423cedc24d249d2a1b40f07a67 /modules/gdscript/gdscript.h
parentff5dfcdf68c20590bf123ade75ca06ed58276372 (diff)
downloadredot-engine-c2ab35bdde2ad5dd0e5cb1a9312bf8da26623f79.tar.gz
fixed: saving gdscript with cyclic inheritance crash the editor
Fix: #9609
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();