A gboolean is a gint; technically, it doesn't fit in a bit field of length 1,
[obnox/wireshark/wip.git] / gtk / packet_list_store.h
index ee62e3204a76908f763a720ce009009db48c07a7..9b26befe7f428f2fd6d275766ac543cb918ed607 100644 (file)
@@ -65,9 +65,9 @@ struct _PacketListRecord
        frame_data *fdata;
 
        /** Has this record been columnized? */
-       gboolean columnized:1;
+       gboolean columnized;
        /** Has this record been colorized? */
-       gboolean colorized:1;
+       gboolean colorized;
 
        /* admin stuff used by the custom list model */
        /** position within the physical array */