mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixed compilation on OSX.
This commit is contained in:
		
							parent
							
								
									09c539a242
								
							
						
					
					
						commit
						6e30c60afc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -193,7 +193,7 @@ public: | |||
|         const Point *pt = m_point_accessor(value); | ||||
|         if (pt != nullptr) { | ||||
|             // Range of fragment starts around grid_corner, close to pt.
 | ||||
|             auto range = m_map.equal_range(Point(pt->x>>m_grid_log2, pt->y>>m_grid_log2)); | ||||
|             auto range = m_map.equal_range(Point((*pt)(0)>>m_grid_log2, (*pt)(1)>>m_grid_log2)); | ||||
|             // Remove the first item.
 | ||||
|             for (auto it = range.first; it != range.second; ++ it) { | ||||
|                 if (it->second == value) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv