summaryrefslogtreecommitdiff
path: root/gi/pygflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygflags.h')
-rw-r--r--gi/pygflags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygflags.h b/gi/pygflags.h
index 7a8b2c71..7cff7f2f 100644
--- a/gi/pygflags.h
+++ b/gi/pygflags.h
@@ -23,7 +23,7 @@
extern GQuark pygflags_class_key;
typedef struct {
- PYGLIB_PyLongObject parent;
+ PyLongObject parent;
int zero_pad; /* must always be 0 */
GType gtype;
} PyGFlags;