diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:04:29 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:04:29 +0000 |
commit | 0c19c584d89f160d88f6487760c347c459fcce2e (patch) | |
tree | e3bef9468b90fce1c15a2d5ab4fe800e3b5daed6 /gtk | |
parent | fa16b40f56edb1336c3a222c11123d80c50f78d0 (diff) | |
download | gtk+-0c19c584d89f160d88f6487760c347c459fcce2e.tar.gz |
Seal priv pointer in GtkFileChooserButton.
svn path=/trunk/; revision=20562
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkfilechooserbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h index 761153332a..4d9311726f 100644 --- a/gtk/gtkfilechooserbutton.h +++ b/gtk/gtkfilechooserbutton.h @@ -46,7 +46,7 @@ struct _GtkFileChooserButton /*< private >*/ GtkHBox parent; - GtkFileChooserButtonPrivate *priv; + GtkFileChooserButtonPrivate *GSEAL (priv); }; struct _GtkFileChooserButtonClass |