mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Add const lvalue ref to container parameters
This commit is contained in:
		
							parent
							
								
									89cc635c05
								
							
						
					
					
						commit
						96a95cb974
					
				
					 68 changed files with 185 additions and 185 deletions
				
			
		|  | @ -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; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Muller-Castro
						Muller-Castro