diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:05:43 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:05:43 +0000 |
commit | a4ce0b6caad3b90ff5ac5aeabef9af1d8e0cb19a (patch) | |
tree | 17afb04b1b546f1a97c4c6467556e02fa5bc60a5 /gtk | |
parent | 7c1ed17d7980fbc487f1f9e724a78a317a9741f2 (diff) | |
download | gtk+-a4ce0b6caad3b90ff5ac5aeabef9af1d8e0cb19a.tar.gz |
Seal priv pointer in GtkRecentChooserDialog.
svn path=/trunk/; revision=20576
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkrecentchooserdialog.h | 2 |
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 |