summaryrefslogtreecommitdiffstats
path: root/glib/pyglib.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/pyglib.h')
-rw-r--r--glib/pyglib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib/pyglib.h b/glib/pyglib.h
index 85b7575..5715a2f 100644
--- a/glib/pyglib.h
+++ b/glib/pyglib.h
@@ -76,7 +76,8 @@ PyTypeObject symbol = { \
PyObject_HEAD_INIT(NULL) \
0, \
typename, \
- sizeof(csymbol) \
+ sizeof(csymbol), \
+ 0, \
};
#define PYGLIB_REGISTER_TYPE(d, type, name) \
if (!type.tp_alloc) \