diff options
Diffstat (limited to 'gtk/gtkstack.c')
-rw-r--r-- | gtk/gtkstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index c4f64b68b0..01e943e495 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -172,7 +172,7 @@ static gint get_bin_window_x (GtkStack *stack, static gint get_bin_window_y (GtkStack *stack, GtkAllocation *allocation); -G_DEFINE_TYPE_WITH_PRIVATE(GtkStack, gtk_stack, GTK_TYPE_CONTAINER); +G_DEFINE_TYPE_WITH_PRIVATE (GtkStack, gtk_stack, GTK_TYPE_CONTAINER) static void gtk_stack_init (GtkStack *stack) |