summaryrefslogtreecommitdiffstats
path: root/sip/qtnetwork/qftp.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtnetwork/qftp.sip')
-rw-r--r--sip/qtnetwork/qftp.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtnetwork/qftp.sip b/sip/qtnetwork/qftp.sip
index 14dc455..f3f053e 100644
--- a/sip/qtnetwork/qftp.sip
+++ b/sip/qtnetwork/qftp.sip
@@ -133,7 +133,7 @@ public:
else if ((sipRes = PyString_FromStringAndSize(buf,actlen)) == NULL)
sipIsErr = 1;
- sipFree((ANY *)buf);
+ sipFree((void *)buf);
}
%End