mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 17:20:07 +00:00
Seal priv pointer in GtkComboBoxEntry.
svn path=/trunk/; revision=20559
This commit is contained in:
parent
e5fa194d70
commit
eee3432191
@ -45,7 +45,7 @@ struct _GtkComboBoxEntry
|
||||
GtkComboBox parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GtkComboBoxEntryPrivate *priv;
|
||||
GtkComboBoxEntryPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkComboBoxEntryClass
|
||||
|
Loading…
Reference in New Issue
Block a user