diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:04:34 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:04:34 +0000 |
commit | ded819caa91d434d0c8af31fbd5a20a96ac32b93 (patch) | |
tree | 73a2868dce54e3b7415a58b214cea8c3ab22fcb1 /gtk/gtkfontbutton.h | |
parent | 0c19c584d89f160d88f6487760c347c459fcce2e (diff) | |
download | gtk+-ded819caa91d434d0c8af31fbd5a20a96ac32b93.tar.gz |
Sealed priv pointer in GtkFontButton.
svn path=/trunk/; revision=20563
Diffstat (limited to 'gtk/gtkfontbutton.h')
-rw-r--r-- | gtk/gtkfontbutton.h | 2 |
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 { |