diff options
-rw-r--r-- | Include/cellobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cellobject.h b/Include/cellobject.h index cc4a159..f3eef55 100644 --- a/Include/cellobject.h +++ b/Include/cellobject.h @@ -7,7 +7,7 @@ extern "C" { #endif typedef struct { - PyObject_VAR_HEAD + PyObject_HEAD PyObject *ob_ref; } PyCellObject; |