diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2023-08-16 14:00:59 +0200 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-01-16 14:42:36 +0100 |
commit | dc86483e3aef2879f94457220f32bb973ee1c912 (patch) | |
tree | 746fd413103183f2f8babf2d327292d17115b48a /editor/editor_help_search.h | |
parent | 4b55c81ebae48c53e88654a42c04365391b6159d (diff) | |
download | redot-engine-dc86483e3aef2879f94457220f32bb973ee1c912.tar.gz |
Add inheriting classes to `DocTools`
Diffstat (limited to 'editor/editor_help_search.h')
-rw-r--r-- | editor/editor_help_search.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h index 30a783a628..1d7f2b81df 100644 --- a/editor/editor_help_search.h +++ b/editor/editor_help_search.h @@ -124,6 +124,7 @@ class EditorHelpSearch::Runner : public RefCounted { Color disabled_color; HashMap<String, DocData::ClassDoc>::Iterator iterator_doc; + LocalVector<RBSet<String, NaturalNoCaseComparator>::Element *> iterator_stack; HashMap<String, ClassMatch> matches; HashMap<String, ClassMatch>::Iterator iterator_match; TreeItem *root_item = nullptr; |