mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -255,7 +255,7 @@ void XSDRAW::LoadDraw (Draw_Interpretor& theCommands)
|
||||
|
||||
// FONCTION POUR LE DEBUG
|
||||
|
||||
Standard_Integer XSDRAW_WHAT (const Handle_Standard_Transient& ent)
|
||||
Standard_Integer XSDRAW_WHAT (const Handle(Standard_Transient)& ent)
|
||||
{
|
||||
if (ent.IsNull()) { cout<<"(Null Handle)"<<endl; return 0; }
|
||||
Handle(Interface_InterfaceModel) model = XSDRAW::Model();
|
||||
|
Reference in New Issue
Block a user