gtk/gtkfilechooserdialog.h: seal the private member.

svn path=/trunk/; revision=20507
This commit is contained in:
Tim Janik 2008-06-20 10:59:27 +00:00
parent 84086c1e07
commit 2d63684418

View File

@ -45,7 +45,7 @@ struct _GtkFileChooserDialog
{
GtkDialog parent_instance;
GtkFileChooserDialogPrivate *priv;
GtkFileChooserDialogPrivate *GSEAL (priv);
};
struct _GtkFileChooserDialogClass