summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/qxembed.sip
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-02-04 22:43:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-02-04 22:43:57 +0100
commitab76f558c35b4d81212012b9ee5114144685b920 (patch)
tree80e735719eaaad5d0e1dac46379c1d88db218173 /sip/tdeui/qxembed.sip
parent2d61b442f04c80f0881abf57c25be9dadac8a3d4 (diff)
downloadpytde-ab76f558c35b4d81212012b9ee5114144685b920.tar.gz
pytde-ab76f558c35b4d81212012b9ee5114144685b920.zip
Fix "ANY" macro deprecation
Diffstat (limited to 'sip/tdeui/qxembed.sip')
-rw-r--r--sip/tdeui/qxembed.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdeui/qxembed.sip b/sip/tdeui/qxembed.sip
index 7ea37e0..e4af5f3 100644
--- a/sip/tdeui/qxembed.sip
+++ b/sip/tdeui/qxembed.sip
@@ -72,7 +72,7 @@ public:
sipRes = QXEmbed::processClientCmdline (a0, n, strings);
Py_END_ALLOW_THREADS
- sipFree((ANY *)strings);
+ sipFree((void *)strings);
%End