mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	symbols: Replace an insert call with emplace
This commit is contained in:
		
							parent
							
								
									65d7a82db4
								
							
						
					
					
						commit
						8cb2bc748d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -23,7 +23,7 @@ namespace Symbols | |||
|             symbol.size = size; | ||||
|             symbol.type = type; | ||||
| 
 | ||||
|             g_symbols.insert(TSymbolsPair(address, symbol)); | ||||
|             g_symbols.emplace(address, symbol); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue