mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fixed compilation warning
This commit is contained in:
		
							parent
							
								
									28d2c122db
								
							
						
					
					
						commit
						820c18923b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1116,7 +1116,7 @@ static wxString get_string_value(std::string opt_key, const DynamicPrintConfig& | |||
|                 out.RemoveLast(1); | ||||
|                 return out; | ||||
|             } | ||||
|             if (!strings->empty() && opt_idx < (int)strings->values.size()) | ||||
|             if (!strings->empty() && opt_idx < strings->values.size()) | ||||
|                 return from_u8(strings->get_at(opt_idx)); | ||||
|         } | ||||
|         break; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik