summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:04:29 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:04:29 +0000
commit0c19c584d89f160d88f6487760c347c459fcce2e (patch)
treee3bef9468b90fce1c15a2d5ab4fe800e3b5daed6 /gtk/gtkfilechooserbutton.h
parentfa16b40f56edb1336c3a222c11123d80c50f78d0 (diff)
downloadgtk+-0c19c584d89f160d88f6487760c347c459fcce2e.tar.gz
Seal priv pointer in GtkFileChooserButton.
svn path=/trunk/; revision=20562
Diffstat (limited to 'gtk/gtkfilechooserbutton.h')
-rw-r--r--gtk/gtkfilechooserbutton.h2
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