summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 10:59:27 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 10:59:27 +0000
commit2d636844184b9cd1fd978db290ec73a7f1fb6a7b (patch)
tree2c7e8df80a928ced63ba85981c1bfde733a886fb /gtk/gtkfilechooserdialog.h
parent84086c1e070b90abc98d9eda1cd0bf7dcc1e5b9e (diff)
downloadgtk+-2d636844184b9cd1fd978db290ec73a7f1fb6a7b.tar.gz
gtk/gtkfilechooserdialog.h: seal the private member.
svn path=/trunk/; revision=20507
Diffstat (limited to 'gtk/gtkfilechooserdialog.h')
-rw-r--r--gtk/gtkfilechooserdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h
index 7d99be0904..e792fd74ae 100644
--- a/gtk/gtkfilechooserdialog.h
+++ b/gtk/gtkfilechooserdialog.h
@@ -45,7 +45,7 @@ struct _GtkFileChooserDialog
{
GtkDialog parent_instance;
- GtkFileChooserDialogPrivate *priv;
+ GtkFileChooserDialogPrivate *GSEAL (priv);
};
struct _GtkFileChooserDialogClass