Part: [skip ci] include OCC hesder to PCHs, fix compiler warning when trying to delete void pointer

This commit is contained in:
wmayer
2020-09-28 20:23:33 +02:00
parent 00e0e7745c
commit 39cd29c0d7
6 changed files with 9 additions and 16 deletions

View File

@@ -93,7 +93,7 @@ int CurveConstraintPy::PyInit(PyObject* args, PyObject* kwds)
ptr.reset(new GeomPlate_CurveConstraint);
}
setPointer(ptr.release());
setTwinPointer(ptr.release());
return 0;
}