Chennes fix
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
committed by
Chris Hennes
parent
69fd894017
commit
69b4a6429e
@@ -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