mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Add const lvalue ref to editor/* container parameters
This commit is contained in:
		
							parent
							
								
									bb6b06c813
								
							
						
					
					
						commit
						1638c1b28f
					
				
					 119 changed files with 397 additions and 397 deletions
				
			
		|  | @ -43,7 +43,7 @@ bool AudioStreamRandomizerEditorPlugin::handles(Object *p_object) const { | |||
| void AudioStreamRandomizerEditorPlugin::make_visible(bool p_visible) { | ||||
| } | ||||
| 
 | ||||
| void AudioStreamRandomizerEditorPlugin::_move_stream_array_element(Object *p_undo_redo, Object *p_edited, String p_array_prefix, int p_from_index, int p_to_pos) { | ||||
| void AudioStreamRandomizerEditorPlugin::_move_stream_array_element(Object *p_undo_redo, Object *p_edited, const String &p_array_prefix, int p_from_index, int p_to_pos) { | ||||
| 	EditorUndoRedoManager *undo_redo_man = Object::cast_to<EditorUndoRedoManager>(p_undo_redo); | ||||
| 	ERR_FAIL_NULL(undo_redo_man); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Muller-Castro
						Muller-Castro