summaryrefslogtreecommitdiffstats
path: root/sip/qtnetwork/qsocketdevice.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtnetwork/qsocketdevice.sip')
-rw-r--r--sip/qtnetwork/qsocketdevice.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qtnetwork/qsocketdevice.sip b/sip/qtnetwork/qsocketdevice.sip
index c74b3f8..41da2f5 100644
--- a/sip/qtnetwork/qsocketdevice.sip
+++ b/sip/qtnetwork/qsocketdevice.sip
@@ -148,7 +148,7 @@ public:
else if ((sipRes = PyString_FromStringAndSize(buf,actlen)) == NULL)
sipIsErr = 1;
- sipFree((ANY *)buf);
+ sipFree((void *)buf);
}
%End
@@ -179,7 +179,7 @@ public:
else if ((sipRes = PyString_FromStringAndSize(buf,actlen)) == NULL)
sipIsErr = 1;
- sipFree((ANY *)buf);
+ sipFree((void *)buf);
}
%End