diff options
Diffstat (limited to 'sip/qt/qimage.sip')
-rw-r--r-- | sip/qt/qimage.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qimage.sip b/sip/qt/qimage.sip index e0d99ed..dc2c85a 100644 --- a/sip/qt/qimage.sip +++ b/sip/qt/qimage.sip @@ -173,7 +173,7 @@ public: sipCpp = new TQImage(str); Py_END_ALLOW_THREADS - sipFree((ANY *)str); + sipFree((void *)str); } %End @@ -532,7 +532,7 @@ const char **PyTQt_qt_ListToArray(PyObject *lst) if ((s = PyString_AsString(PyList_GetItem(lst,i))) == NULL) { - sipFree((ANY *)str); + sipFree((void *)str); return NULL; } |