diff options
Diffstat (limited to 'siplib/descriptors.c')
| -rw-r--r-- | siplib/descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/siplib/descriptors.c b/siplib/descriptors.c index 29277c5..d794f83 100644 --- a/siplib/descriptors.c +++ b/siplib/descriptors.c @@ -74,7 +74,7 @@ PyTypeObject sipMethodDescr_Type = { 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weaklistoffset */ + 0, /* tp_weatdelistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ 0, /* tp_methods */ @@ -191,7 +191,7 @@ PyTypeObject sipVariableDescr_Type = { 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weaklistoffset */ + 0, /* tp_weatdelistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ 0, /* tp_methods */ |
