diff options
Diffstat (limited to 'editor/editor_help.h')
| -rw-r--r-- | editor/editor_help.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h index cdb674cffd..545147f6f5 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -170,6 +170,7 @@ public: void go_to_help(const String &p_help); void go_to_class(const String &p_class, int p_scroll = 0); + void update_doc(); Vector<Pair<String, int>> get_sections(); void scroll_to_section(int p_section_index); |