mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -1068,7 +1068,7 @@ static Standard_Integer EllipsUniformAbscissa (Draw_Interpretor& di, Standard_In
|
||||
return 1;
|
||||
|
||||
//test nbPoints for Geom_Ellipse
|
||||
Handle_Geom_Ellipse ellip;
|
||||
Handle(Geom_Ellipse) ellip;
|
||||
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user