gtkcomboboxentry: unseal private pointer

This commit is contained in:
Javier Jardón
2010-06-02 05:23:43 +02:00
parent 56cc11a416
commit 5fd442eda2
2 changed files with 5 additions and 3 deletions

View File

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