From a346897fc5aac45dcb8275c21b92bfc08c447da9 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 11:01:29 +0000 Subject: [PATCH] Seal GtkRadioButton. * gtk/gtkradiobutton.h: seal member field. svn path=/trunk/; revision=20529 --- gtk/gtkradiobutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h index 237a604273..3e7abf81d4 100644 --- a/gtk/gtkradiobutton.h +++ b/gtk/gtkradiobutton.h @@ -53,7 +53,7 @@ struct _GtkRadioButton { GtkCheckButton check_button; - GSList *group; + GSList *GSEAL (group); }; struct _GtkRadioButtonClass