Seal the private member.

* gtk/gtkfilechooserwidget.h: Seal the private member.

svn path=/trunk/; revision=20508
This commit is contained in:
Tim Janik 2008-06-20 10:59:32 +00:00
parent 2d63684418
commit d8bd3aecc8

View File

@ -45,7 +45,7 @@ struct _GtkFileChooserWidget
{
GtkVBox parent_instance;
GtkFileChooserWidgetPrivate *priv;
GtkFileChooserWidgetPrivate *GSEAL (priv);
};
struct _GtkFileChooserWidgetClass