Fix missing initializers, taking for reference GLib 2.28 (with support
[claws.git] / src / gtk / gtkcmclist.c
index 83ff3eedf2782230fb97682b6c4fe6cbc4920cfb..07c80ab3697610ba13bce144af3994a6cb40ab59 100644 (file)
@@ -506,6 +506,8 @@ gtk_cmclist_get_type (void)
                        sizeof (GtkCMCList),
                        0,      /* n_preallocs */
                        (GInstanceInitFunc) gtk_cmclist_init,
+
+                       (const GTypeValueTable *) NULL  /* value table */
        };
        clist_type = g_type_register_static (GTK_TYPE_CONTAINER, "GtkCMCList", &clist_info, (GTypeFlags)0);
     }