diff --git a/sip/qt/qmemarray.sip b/sip/qt/qmemarray.sip index e22e1d8..5fc5d02 100644 --- a/sip/qt/qmemarray.sip +++ b/sip/qt/qmemarray.sip @@ -117,7 +117,7 @@ template return NULL; } - PyList_SET_ITEM(l, i, tobj); + PyList_SetItem(l, i, tobj); } return l;