summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-12 09:09:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-12 09:16:55 +0900
commit7f8cb4a86360901c35d5b34b45ec5971adb7a350 (patch)
tree081c6bfc4a9899a9e99a11abe614a0757194ea2c
parent1a00e1cccdb5edc72d685b9b06e2af867efa2f10 (diff)
downloadpytqt-7f8cb4a86360901c35d5b34b45ec5971adb7a350.tar.gz
pytqt-7f8cb4a86360901c35d5b34b45ec5971adb7a350.zip
Additional fix similar to previous commit.r14.0.11
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e8bdb86cb665f65368d6380d4b37e41b18acee6)
-rw-r--r--sip/qt/qmemarray.sip2
1 files changed, 1 insertions, 1 deletions
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<TYPE>
return NULL;
}
- PyList_SET_ITEM(l, i, tobj);
+ PyList_SetItem(l, i, tobj);
}
return l;