summaryrefslogtreecommitdiffstats
path: root/sip/qt/qpainter.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qpainter.sip')
-rw-r--r--sip/qt/qpainter.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qpainter.sip b/sip/qt/qpainter.sip
index b959e2a..e325520 100644
--- a/sip/qt/qpainter.sip
+++ b/sip/qt/qpainter.sip
@@ -324,7 +324,7 @@ public:
if (PyErr_Occurred() != NULL)
{
- sipFree((ANY *)tabs);
+ sipFree((void *)tabs);
sipIsErr = 1;
break;
}
@@ -647,7 +647,7 @@ public:
if (PyErr_Occurred() != NULL)
{
- sipFree((ANY *)tabs);
+ sipFree((void *)tabs);
sipIsErr = 1;
break;
}