diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h index 160331e..1d0ae5f 100644 --- a/Include/object.h +++ b/Include/object.h @@ -274,7 +274,7 @@ typedef struct _typeobject { /* Attribute descriptor and subclassing stuff */ struct PyMethodDef *tp_methods; - struct memberlist *tp_members; + struct PyMemberDef *tp_members; struct getsetlist *tp_getset; struct _typeobject *tp_base; PyObject *tp_dict; |