summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxentry.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:04:13 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:04:13 +0000
commiteee343219199cc8ab23d05f3c68b89f01f767b77 (patch)
tree08cca7b2db947a3df67404a7a365997e153a8e34 /gtk/gtkcomboboxentry.h
parente5fa194d70024a64e07b5ccd3a700f9a943d286f (diff)
downloadgtk+-eee343219199cc8ab23d05f3c68b89f01f767b77.tar.gz
Seal priv pointer in GtkComboBoxEntry.
svn path=/trunk/; revision=20559
Diffstat (limited to 'gtk/gtkcomboboxentry.h')
-rw-r--r--gtk/gtkcomboboxentry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcomboboxentry.h b/gtk/gtkcomboboxentry.h
index f243fc6a38..81c5aec1f5 100644
--- a/gtk/gtkcomboboxentry.h
+++ b/gtk/gtkcomboboxentry.h
@@ -45,7 +45,7 @@ struct _GtkComboBoxEntry
GtkComboBox parent_instance;
/*< private >*/
- GtkComboBoxEntryPrivate *priv;
+ GtkComboBoxEntryPrivate *GSEAL (priv);
};
struct _GtkComboBoxEntryClass