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