From ded819caa91d434d0c8af31fbd5a20a96ac32b93 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 11:04:34 +0000 Subject: [PATCH] Sealed priv pointer in GtkFontButton. svn path=/trunk/; revision=20563 --- gtk/gtkfontbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {