From c53512f412d2e263328726fc59f5be9cb3be1acb Mon Sep 17 00:00:00 2001 From: Brett Dixon Date: Mon, 20 Jul 2015 17:30:24 -0700 Subject: Update typesystem_shiboken.xml When trying to create windows with wrapInstance on 64bit windows, the widget handle could be beyond an unsigned long and crash pyside. --- shibokenmodule/typesystem_shiboken.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shibokenmodule') diff --git a/shibokenmodule/typesystem_shiboken.xml b/shibokenmodule/typesystem_shiboken.xml index b3d205944..98d3ed132 100644 --- a/shibokenmodule/typesystem_shiboken.xml +++ b/shibokenmodule/typesystem_shiboken.xml @@ -17,7 +17,7 @@ - + if (Shiboken::ObjectType::checkType((PyTypeObject*)%2)) %PYARG_0 = Shiboken::Object::newObject((SbkObjectType*)%2, (void*)%1, false, true); -- cgit v1.2.3