Use OCCT Handle macro for Handle_ classes
This is the result of running OCCT's upgrade script provided with OCCT 7.0. See https://www.opencascade.com/content/freecad-occt710-and-windows-rtti-data-missing#comment-form and https://www.forum.freecadweb.org/viewtopic.php?f=4&t=21405&start=120#p169019 for why this is necessary for OCCT >= 7.1
This commit is contained in:
@@ -187,7 +187,7 @@ struct FTDC_Ctx {
|
||||
std::vector<TopoDS_Edge> Edges;
|
||||
UNICHAR currchar;
|
||||
FT_Vector LastVert;
|
||||
Handle_Geom_Surface surf;
|
||||
Handle(Geom_Surface) surf;
|
||||
};
|
||||
|
||||
// move_cb called for start of new contour. pt is xy of contour start.
|
||||
|
||||
Reference in New Issue
Block a user