summaryrefslogtreecommitdiff
path: root/x11/py-qt3-base/patches/patch-ae
blob: 7676f7729fafaf263b7cd9d34c0cb99dacbc87c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2006/03/18 03:01:45 minskim Exp $

--- qt/sipqtQCursor.cpp.orig	2006-03-17 14:51:35.000000000 -0800
+++ qt/sipqtQCursor.cpp
@@ -158,7 +158,7 @@ static PyObject *meth_QCursor_handle(PyO
 		{
 			void *sipRes;
 
-			sipRes = sipCpp -> QCursor::handle();
+			sipRes = (void *) sipCpp -> QCursor::handle();
 
 			return sipConvertFromVoidPtr(sipRes);
 		}