mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
|
||||
#define tabPoint (*(Handle_TColgp_HArray1OfPnt*)&ttabPoint)
|
||||
#define tabPoint2d (*(Handle_TColgp_HArray1OfPnt2d*)&ttabPoint2d)
|
||||
#define tabPoint (*(Handle(TColgp_HArray1OfPnt)*)&ttabPoint)
|
||||
#define tabPoint2d (*(Handle(TColgp_HArray1OfPnt2d)*)&ttabPoint2d)
|
||||
|
||||
AppParCurves_MultiPoint::AppParCurves_MultiPoint() {}
|
||||
|
||||
|
Reference in New Issue
Block a user