summaryrefslogtreecommitdiffstats
path: root/editor/groups_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/groups_editor.h')
-rw-r--r--editor/groups_editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/groups_editor.h b/editor/groups_editor.h
index cf74470b1b..8a0ca067de 100644
--- a/editor/groups_editor.h
+++ b/editor/groups_editor.h
@@ -78,14 +78,14 @@ class GroupsEditor : public VBoxContainer {
Button *add = nullptr;
Tree *tree = nullptr;
- HashMap<Node *, HashMap<StringName, bool>> scene_groups_cache;
+ HashMap<ObjectID, HashMap<StringName, bool>> scene_groups_cache;
HashMap<StringName, bool> scene_groups_for_caching;
HashMap<StringName, bool> scene_groups;
HashMap<StringName, String> global_groups;
- void _update_scene_groups(Node *p_node);
- void _cache_scene_groups(Node *p_node);
+ void _update_scene_groups(const ObjectID &p_id);
+ void _cache_scene_groups(const ObjectID &p_id);
void _show_add_group_dialog();
void _show_rename_group_dialog();