diff --git a/gobject/gobjectnotifyqueue.c b/gobject/gobjectnotifyqueue.c index 26c8f3bad..00266730b 100644 --- a/gobject/gobjectnotifyqueue.c +++ b/gobject/gobjectnotifyqueue.c @@ -46,7 +46,7 @@ struct _GObjectNotifyContext { GQuark quark_notify_queue; GObjectNotifyQueueDispatcher dispatcher; - GTrashStack *_nqueue_trash; /* unused */ + void *_nqueue_trash; /* unused */ }; struct _GObjectNotifyQueue {