0024814: Avoid using explicit names of Handle classes
[occt.git] / src / BRepExtrema / BRepExtrema_ExtCF.hxx
index b820c78..1138571 100644 (file)
@@ -92,7 +92,7 @@ class BRepExtrema_ExtCF
   TColStd_SequenceOfReal mySqDist;
   Extrema_SequenceOfPOnSurf myPointsOnS;
   Extrema_SequenceOfPOnCurv myPointsOnC;
-  Handle_BRepAdaptor_HSurface myHS;
+  Handle(BRepAdaptor_HSurface) myHS;
 };
 
 #endif