mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Making GCC happy.
This commit is contained in:
		
							parent
							
								
									0222533273
								
							
						
					
					
						commit
						64a3866ad5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -261,9 +261,9 @@ static TResult expand_paths(PathsProvider &&paths, float offset, ClipperLib::Joi | |||
| 
 | ||||
| // used by shrink_paths()
 | ||||
| template<class Container> static void remove_outermost_polygon(Container & solution); | ||||
| template<> static void remove_outermost_polygon<ClipperLib::Paths>(ClipperLib::Paths &solution) | ||||
| template<> void remove_outermost_polygon<ClipperLib::Paths>(ClipperLib::Paths &solution) | ||||
|     { if (! solution.empty()) solution.erase(solution.begin()); } | ||||
| template<> static void remove_outermost_polygon<ClipperLib::PolyTree>(ClipperLib::PolyTree &solution) | ||||
| template<> void remove_outermost_polygon<ClipperLib::PolyTree>(ClipperLib::PolyTree &solution) | ||||
|     { solution.RemoveOutermostPolygon(); } | ||||
| 
 | ||||
| template<class TResult, typename PathsProvider> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik