summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchooserdialog.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:05:43 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:05:43 +0000
commita4ce0b6caad3b90ff5ac5aeabef9af1d8e0cb19a (patch)
tree17afb04b1b546f1a97c4c6467556e02fa5bc60a5 /gtk/gtkrecentchooserdialog.h
parent7c1ed17d7980fbc487f1f9e724a78a317a9741f2 (diff)
downloadgtk+-a4ce0b6caad3b90ff5ac5aeabef9af1d8e0cb19a.tar.gz
Seal priv pointer in GtkRecentChooserDialog.
svn path=/trunk/; revision=20576
Diffstat (limited to 'gtk/gtkrecentchooserdialog.h')
-rw-r--r--gtk/gtkrecentchooserdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrecentchooserdialog.h b/gtk/gtkrecentchooserdialog.h
index 07ef04ecc3..d8c12214a8 100644
--- a/gtk/gtkrecentchooserdialog.h
+++ b/gtk/gtkrecentchooserdialog.h
@@ -48,7 +48,7 @@ struct _GtkRecentChooserDialog
/*< private >*/
GtkDialog parent_instance;
- GtkRecentChooserDialogPrivate *priv;
+ GtkRecentChooserDialogPrivate *GSEAL (priv);
};
struct _GtkRecentChooserDialogClass