diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h index 20db97810c..1dedeb7a43 100644 --- a/gtk/gtkfilechooserwidget.h +++ b/gtk/gtkfilechooserwidget.h @@ -45,7 +45,7 @@ struct _GtkFileChooserWidget { GtkVBox parent_instance; - GtkFileChooserWidgetPrivate *priv; + GtkFileChooserWidgetPrivate *GSEAL (priv); }; struct _GtkFileChooserWidgetClass