summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r--gtk/gtkframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index c5848e5299..7b1df57ce6 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -54,10 +54,10 @@ static void gtk_frame_style_set (GtkWidget *widget,
static GtkBinClass *parent_class = NULL;
-guint
+GtkType
gtk_frame_get_type (void)
{
- static guint frame_type = 0;
+ static GtkType frame_type = 0;
if (!frame_type)
{