summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:04:34 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:04:34 +0000
commitded819caa91d434d0c8af31fbd5a20a96ac32b93 (patch)
tree73a2868dce54e3b7415a58b214cea8c3ab22fcb1 /gtk/gtkfontbutton.h
parent0c19c584d89f160d88f6487760c347c459fcce2e (diff)
downloadgtk+-ded819caa91d434d0c8af31fbd5a20a96ac32b93.tar.gz
Sealed priv pointer in GtkFontButton.
svn path=/trunk/; revision=20563
Diffstat (limited to 'gtk/gtkfontbutton.h')
-rw-r--r--gtk/gtkfontbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontbutton.h b/gtk/gtkfontbutton.h
index 59fb5aaf54..134097096c 100644
--- a/gtk/gtkfontbutton.h
+++ b/gtk/gtkfontbutton.h
@@ -54,7 +54,7 @@ struct _GtkFontButton {
GtkButton button;
/*< private >*/
- GtkFontButtonPrivate *priv;
+ GtkFontButtonPrivate *GSEAL (priv);
};
struct _GtkFontButtonClass {