mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	fixup! move message
This commit is contained in:
		
							parent
							
								
									7b78425d6b
								
							
						
					
					
						commit
						47f0185bcd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -216,7 +216,7 @@ Entry CreateEntry(Class log_class, Level log_level, const char* filename, unsign | ||||||
|     entry.filename = Common::TrimSourcePath(filename); |     entry.filename = Common::TrimSourcePath(filename); | ||||||
|     entry.line_num = line_nr; |     entry.line_num = line_nr; | ||||||
|     entry.function = function; |     entry.function = function; | ||||||
|     entry.message = message; |     entry.message = std::move(message); | ||||||
| 
 | 
 | ||||||
|     return entry; |     return entry; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue