From e86750dcaac4618ef7e9d5c4d8f6e0ab8696bbe1 Mon Sep 17 00:00:00 2001 From: kobewi Date: Sat, 11 Nov 2023 19:14:05 +0100 Subject: Fetch theme editor items from ThemeDB --- editor/plugins/theme_editor_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins/theme_editor_plugin.h') diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index 8ad262da55..ba3446807e 100644 --- a/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -373,7 +373,7 @@ class ThemeTypeEditor : public MarginContainer { VBoxContainer *_create_item_list(Theme::DataType p_data_type); void _update_type_list(); void _update_type_list_debounced(); - HashMap _get_type_items(String p_type_name, void (Theme::*get_list_func)(const StringName &, List *) const, bool include_default); + HashMap _get_type_items(String p_type_name, Theme::DataType p_type, bool p_include_default); HBoxContainer *_create_property_control(Theme::DataType p_data_type, String p_item_name, bool p_editable); void _add_focusable(Control *p_control); void _update_type_items(); -- cgit v1.2.3