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 904574d368
commit 1a15d566d5
6 changed files with 9 additions and 16 deletions

View File

@@ -116,7 +116,7 @@ int BuildPlateSurfacePy::PyInit(PyObject* args, PyObject* kwds)
ptr->LoadInitSurface(handle);
}
setPointer(ptr.release());
setTwinPointer(ptr.release());
return 0;
}