summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorbutton.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-06-02 02:39:58 +0200
committerJavier Jardón <jjardon@gnome.org>2010-07-13 19:40:46 +0200
commitad45f1ce9de39e169b2a9b5240396b5c1fb210df (patch)
tree92a6778eb1672d9456b5a96637378250994d5e59 /gtk/gtkcolorbutton.h
parent06dfffa132ffbe7bc2183cfaaed4bcfb3cf318b5 (diff)
downloadgtk+-ad45f1ce9de39e169b2a9b5240396b5c1fb210df.tar.gz
gtkcolorbutton: unseal private pointer
Diffstat (limited to 'gtk/gtkcolorbutton.h')
-rw-r--r--gtk/gtkcolorbutton.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcolorbutton.h b/gtk/gtkcolorbutton.h
index 257eb28a42..508db1141c 100644
--- a/gtk/gtkcolorbutton.h
+++ b/gtk/gtkcolorbutton.h
@@ -63,8 +63,7 @@ struct _GtkColorButton {
GtkButton button;
/*< private >*/
-
- GtkColorButtonPrivate *GSEAL (priv);
+ GtkColorButtonPrivate *priv;
};
struct _GtkColorButtonClass {