diff options
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r-- | gtk/gtkhandlebox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index 93ffbe2de..15bd74595 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -133,10 +133,10 @@ static GtkBinClass *parent_class; static guint handle_box_signals[SIGNAL_LAST] = { 0 }; -guint +GtkType gtk_handle_box_get_type (void) { - static guint handle_box_type = 0; + static GtkType handle_box_type = 0; if (!handle_box_type) { |