diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-06-04 23:25:45 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-13 19:40:47 +0200 |
commit | 9b63c322ee3d7201369cb1833da89a7dda118467 (patch) | |
tree | e6a8092b8a5206a7360b1769d5be9054de8d05e4 /gtk/gtkfilechooserdialog.h | |
parent | 01bdc682fd9aa3076843c072f0b4163ce884c0c4 (diff) | |
download | gtk+-9b63c322ee3d7201369cb1833da89a7dda118467.tar.gz |
gtkfilechooserdialog: Unseal private pointer
Diffstat (limited to 'gtk/gtkfilechooserdialog.h')
-rw-r--r-- | gtk/gtkfilechooserdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h index 10ee0639c9..f10ff9d7aa 100644 --- a/gtk/gtkfilechooserdialog.h +++ b/gtk/gtkfilechooserdialog.h @@ -45,7 +45,7 @@ struct _GtkFileChooserDialog { GtkDialog parent_instance; - GtkFileChooserDialogPrivate *GSEAL (priv); + GtkFileChooserDialogPrivate *priv; }; struct _GtkFileChooserDialogClass |