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:
@@ -147,7 +147,7 @@ Standard_Boolean Interface_EntityCluster::IsLocalFull () const
|
||||
{
|
||||
// Solaris Forte C++ compiler insisted it couldn't cast this,
|
||||
// even though it seems to do so elsewhere
|
||||
Handle_Standard_Transient tmp = Handle_Standard_Transient(theents[3]);
|
||||
Handle(Standard_Transient) tmp = Handle(Standard_Transient)(theents[3]);
|
||||
return ( !tmp.IsNull() );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user