Seal priv pointer in GtkComboBox.

svn path=/trunk/; revision=20558
This commit is contained in:
Tim Janik 2008-06-20 11:04:08 +00:00
parent 5eafc584ec
commit e5fa194d70

View File

@ -46,7 +46,7 @@ struct _GtkComboBox
GtkBin parent_instance; GtkBin parent_instance;
/*< private >*/ /*< private >*/
GtkComboBoxPrivate *priv; GtkComboBoxPrivate *GSEAL (priv);
}; };
struct _GtkComboBoxClass struct _GtkComboBoxClass