gtkcomboboxentry: unseal private pointer
This commit is contained in:
@ -45,7 +45,7 @@ struct _GtkComboBoxEntry
|
||||
GtkComboBox parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GtkComboBoxEntryPrivate *GSEAL (priv);
|
||||
GtkComboBoxEntryPrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkComboBoxEntryClass
|
||||
|
||||
Reference in New Issue
Block a user