mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-17 20:24:12 +08:00
Coding - Deprecate Handle_* type usage #240
Handle_* require special processing in Windows and it is already not needed for VS15+ In 7.9 dev will be reorginized to use typedef even for MSVC. In 8.0 will be fully removed.
This commit is contained in:
@@ -878,7 +878,7 @@ static Standard_Integer gbounding(Draw_Interpretor& di,Standard_Integer n,const
|
||||
Standard_Boolean Is3d = Standard_True;
|
||||
Handle(Geom_Curve) C;
|
||||
Handle(Geom_Surface) S;
|
||||
Handle_Geom2d_Curve C2d;
|
||||
Handle(Geom2d_Curve) C2d;
|
||||
S = DrawTrSurf::GetSurface(a[1]);
|
||||
if (!S.IsNull())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user