summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 10:59:32 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 10:59:32 +0000
commitd8bd3aecc82189127016430d4676fc790b7789c8 (patch)
treed1d904a3d166b58c1cd40fc060eab41cc04fecc4 /gtk/gtkfilechooserwidget.h
parent2d636844184b9cd1fd978db290ec73a7f1fb6a7b (diff)
downloadgtk+-d8bd3aecc82189127016430d4676fc790b7789c8.tar.gz
Seal the private member.
* gtk/gtkfilechooserwidget.h: Seal the private member. svn path=/trunk/; revision=20508
Diffstat (limited to 'gtk/gtkfilechooserwidget.h')
-rw-r--r--gtk/gtkfilechooserwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h
index 20db97810c..1dedeb7a43 100644
--- a/gtk/gtkfilechooserwidget.h
+++ b/gtk/gtkfilechooserwidget.h
@@ -45,7 +45,7 @@ struct _GtkFileChooserWidget
{
GtkVBox parent_instance;
- GtkFileChooserWidgetPrivate *priv;
+ GtkFileChooserWidgetPrivate *GSEAL (priv);
};
struct _GtkFileChooserWidgetClass