You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Add const lvalue ref to container parameters
This commit is contained in:
@@ -2374,7 +2374,7 @@ void ThemeTypeEditor::_update_type_list_debounced() {
|
||||
update_debounce_timer->start();
|
||||
}
|
||||
|
||||
HashMap<StringName, bool> ThemeTypeEditor::_get_type_items(String p_type_name, void (Theme::*get_list_func)(StringName, List<StringName> *) const, bool include_default) {
|
||||
HashMap<StringName, bool> ThemeTypeEditor::_get_type_items(String p_type_name, void (Theme::*get_list_func)(const StringName &, List<StringName> *) const, bool include_default) {
|
||||
HashMap<StringName, bool> items;
|
||||
List<StringName> names;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user