summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkfilechooserdialog.h2
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