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:
@@ -74,7 +74,7 @@ const Handle(Expr_GeneralExpression)& Expr_BinaryExpression::SubExpression (cons
|
||||
Standard_OutOfRange::Raise();
|
||||
}
|
||||
}
|
||||
return *( ( Handle_Expr_GeneralExpression* )NULL );
|
||||
return *( ( Handle(Expr_GeneralExpression)* )NULL );
|
||||
}
|
||||
|
||||
Standard_Boolean Expr_BinaryExpression::ContainsUnknowns () const
|
||||
|
Reference in New Issue
Block a user