mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Fix compilation on OSX
This commit is contained in:
		
							parent
							
								
									1c20c4c43d
								
							
						
					
					
						commit
						84e8081413
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -35,7 +35,8 @@ protected: | |||
|         while (it != c.end() && !stopcond_()) { | ||||
|             Placer p{bin}; | ||||
|             p.configure(pcfg); | ||||
|             Item cpy{*it}; | ||||
|             const Item& itm = *it; | ||||
|             Item cpy{itm}; | ||||
|             if (!p.pack(cpy)) it = c.erase(it); | ||||
|             else it++; | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros