summaryrefslogtreecommitdiff
path: root/gtk/gtkaspectframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkaspectframe.c')
-rw-r--r--gtk/gtkaspectframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c
index b19977ca5e..9fa3304bc7 100644
--- a/gtk/gtkaspectframe.c
+++ b/gtk/gtkaspectframe.c
@@ -37,10 +37,10 @@ static void gtk_aspect_frame_size_allocate (GtkWidget *widget,
#define MAX_RATIO 10000.0
#define MIN_RATIO 0.0001
-guint
+GtkType
gtk_aspect_frame_get_type (void)
{
- static guint aspect_frame_type = 0;
+ static GtkType aspect_frame_type = 0;
if (!aspect_frame_type)
{