mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	fixing a compilation issue on a buggy GCC on R-PI
This commit is contained in:
		
							parent
							
								
									b8e02a5405
								
							
						
					
					
						commit
						ef89c73fd5
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -133,11 +133,11 @@ struct SegmentIntersection | |||
|     // but it could be intersected with OUTER_LOW, INNER_LOW, INNER_HIGH, OUTER_HIGH,
 | ||||
|     // and there may be more than one pair of INNER_LOW, INNER_HIGH between OUTER_LOW, OUTER_HIGH.
 | ||||
|     enum SegmentIntersectionType : char { | ||||
|         OUTER_LOW   = 0, | ||||
|         OUTER_HIGH  = 1, | ||||
|         INNER_LOW   = 2, | ||||
|         INNER_HIGH  = 3, | ||||
|         UNKNOWN     = -1 | ||||
|         UNKNOWN, | ||||
|         OUTER_LOW, | ||||
|         OUTER_HIGH, | ||||
|         INNER_LOW, | ||||
|         INNER_HIGH, | ||||
|     }; | ||||
|     SegmentIntersectionType type { UNKNOWN }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv