summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-06-04 23:57:59 +0200
committerJavier Jardón <jjardon@gnome.org>2010-07-13 19:40:47 +0200
commitf86456ccb5e7e0cb5d87e80f79382c953e35ac17 (patch)
tree9d7851bd16227aba8219b9305cd750fac1a13817 /gtk/gtkfontbutton.h
parent0991115ada766bfbaa1765a92b7478c83771095a (diff)
downloadgtk+-f86456ccb5e7e0cb5d87e80f79382c953e35ac17.tar.gz
gtkfontbutton: unseal private pointer
Diffstat (limited to 'gtk/gtkfontbutton.h')
-rw-r--r--gtk/gtkfontbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontbutton.h b/gtk/gtkfontbutton.h
index 813e639ef7..bc64767d8d 100644
--- a/gtk/gtkfontbutton.h
+++ b/gtk/gtkfontbutton.h
@@ -54,7 +54,7 @@ struct _GtkFontButton {
GtkButton button;
/*< private >*/
- GtkFontButtonPrivate *GSEAL (priv);
+ GtkFontButtonPrivate *priv;
};
struct _GtkFontButtonClass {