diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp index d6969c142d4..863009f1a7b 100644 --- a/modules/gdscript/gd_editor.cpp +++ b/modules/gdscript/gd_editor.cpp @@ -2485,7 +2485,7 @@ Error GDScriptLanguage::complete_code(const String &p_code, const String &p_base #else -Error GDScriptLanguage::complete_code(const String &p_code, const String &p_base_path, Object *p_owner, List *r_options, String &r_call_hint) { +Error GDScriptLanguage::complete_code(const String &p_code, const String &p_base_path, Object *p_owner, List *r_options, bool &r_forced, String &r_call_hint) { return OK; }