diff options
Diffstat (limited to 'tools/editor/editor_help.h')
-rw-r--r-- | tools/editor/editor_help.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_help.h b/tools/editor/editor_help.h index eac33e5e16..94a31ce902 100644 --- a/tools/editor/editor_help.h +++ b/tools/editor/editor_help.h @@ -139,7 +139,7 @@ class EditorHelp : public VBoxContainer { void _class_list_select(const String& p_select); void _class_desc_select(const String& p_select); - void _goto_desc(const String& p_class,bool p_update_history=true,int p_vscr=-1); + Error _goto_desc(const String& p_class,bool p_update_history=true,int p_vscr=-1); void _update_history_buttons(); void _update_doc(); |