mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -369,7 +369,7 @@ inline static void fillParams(const TColStd_Array1OfReal& theKnots,
|
||||
Standard_Integer theDegree,
|
||||
Standard_Real theParMin,
|
||||
Standard_Real theParMax,
|
||||
Handle_TColStd_HArray1OfReal& theParams,
|
||||
Handle(TColStd_HArray1OfReal)& theParams,
|
||||
Standard_Integer theSample)
|
||||
{
|
||||
NCollection_Vector<Standard_Real> aParams;
|
||||
|
Reference in New Issue
Block a user