diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/descrobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/descrobject.h b/Include/descrobject.h index 03543ae..a868310 100644 --- a/Include/descrobject.h +++ b/Include/descrobject.h @@ -32,4 +32,4 @@ extern DL_IMPORT(PyObject *) PyDictProxy_New(PyObject *); extern DL_IMPORT(PyObject *) PyWrapper_New(PyObject *, PyObject *); -extern DL_IMPORT(PyTypeObject) PyGetSet_Type; +extern DL_IMPORT(PyTypeObject) PyProperty_Type; |