Seal priv pointer in GtkComboBoxEntry.

svn path=/trunk/; revision=20559
This commit is contained in:
Tim Janik 2008-06-20 11:04:13 +00:00
parent e5fa194d70
commit eee3432191

View File

@ -45,7 +45,7 @@ struct _GtkComboBoxEntry
GtkComboBox parent_instance;
/*< private >*/
GtkComboBoxEntryPrivate *priv;
GtkComboBoxEntryPrivate *GSEAL (priv);
};
struct _GtkComboBoxEntryClass