0024023: Revamp the OCCT Handle - gcc and clang
[occt.git] / src / BRepMAT2d / BRepMAT2d_BisectingLocus.cxx
index 1934b09..03397e6 100644 (file)
@@ -276,7 +276,7 @@ const
 {
   Reverse = Standard_False;
 
-  Handle(Geom2d_Curve) Bis = theTool.GeomBis(anArc->GeomIndex()).Value();
+  Handle(Geom2d_Curve) Bis (theTool.GeomBis(anArc->GeomIndex()).Value());
 
   if (Bis->FirstParameter() <= -Precision::Infinite()) {
     Reverse = Standard_True;