co-authored by
Chris Hennes
parent
c6f5def7d7
commit
3325ae99a9
@@ -59,8 +59,8 @@ PyObject* GeoFeaturePy::getGlobalPlacement(PyObject * args) {
|
||||
|
||||
PyObject* GeoFeaturePy::getGlobalPlacementOf(PyObject * args) {
|
||||
|
||||
PyObject* pyTargetObj;
|
||||
PyObject* pyRootObj;
|
||||
PyObject* pyTargetObj {nullptr};
|
||||
PyObject* pyRootObj {nullptr};
|
||||
char* pname;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "OOs", &pyTargetObj, &pyRootObj, &pname)) {
|
||||
|
||||
Reference in New Issue
Block a user