diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-12 09:09:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-12 09:16:55 +0900 |
commit | 7f8cb4a86360901c35d5b34b45ec5971adb7a350 (patch) | |
tree | 081c6bfc4a9899a9e99a11abe614a0757194ea2c /sip/qt/qmemarray.sip | |
parent | 1a00e1cccdb5edc72d685b9b06e2af867efa2f10 (diff) | |
download | pytqt-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)
Diffstat (limited to 'sip/qt/qmemarray.sip')
-rw-r--r-- | sip/qt/qmemarray.sip | 2 |
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; |