mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
updated siplib
git-svn-id: https://svn.wxwidgets.org/svn/wx/sandbox/trunk/Phoenix@66132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6016,8 +6016,8 @@ static int add_lazy_container_attrs(sipTypeDef *td, sipContainerDef *cod,
|
||||
|
||||
vd->vd_type = (vd_8->vd_is_static ? ClassVariable : InstanceVariable);
|
||||
vd->vd_name = vd_8->vd_name;
|
||||
vd->vd_getter = (PyCFunction)vd_8->vd_getter;
|
||||
vd->vd_setter = (PyCFunction)vd_8->vd_setter;
|
||||
vd->vd_getter = (PyMethodDef *)vd_8->vd_getter;
|
||||
vd->vd_setter = (PyMethodDef *)vd_8->vd_setter;
|
||||
vd->vd_deleter = NULL;
|
||||
vd->vd_docstring = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user