From 1255ac62c28c59f720b80de42ee57b1666427dda Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Sun, 26 Feb 2017 21:45:42 -0500 Subject: [PATCH] Fixed typo. --- src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp b/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp index 64f40a027..2fa20d1de 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp @@ -131,7 +131,7 @@ void ViewProviderAddSub::updateAddSubShapeIndicator() { // create or use the mesh on the data structure #if OCC_VERSION_HEX >= 0x060600 BRepMesh_IncrementalMesh(cShape,deflection,Standard_False, - AngDeflectionRads,Standard_True); + deflection,Standard_True); #else BRepMesh_IncrementalMesh(cShape,deflection); #endif