mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Fix for:
../src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp:102:46: error: control reaches end of non-void function [-Werror=return-type] src\slic3r\GUI\Gizmos\GLGizmoSimplify.cpp(103) : warning C4715: '<lambda_8434c3588ffcd21c397d2cfeb10266a5>::operator()': not all control paths return a value
This commit is contained in:
		
							parent
							
								
									76c0c76f5f
								
							
						
					
					
						commit
						fa7b2f351f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -100,6 +100,7 @@ void GLGizmoSimplify::add_simplify_suggestion_notification( | |||
|                 GLGizmoSimplify* simplify = dynamic_cast<GLGizmoSimplify*>(manager.get_current()); | ||||
|                 if (simplify == nullptr) return close_notification; | ||||
|                 simplify->set_center_position(); | ||||
|                 return close_notification; | ||||
|             }; | ||||
|         manager.push_simplify_suggestion_notification( | ||||
|             t, objects[object_id]->id(), hypertext, open_simplify); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Filip Sykala
						Filip Sykala