From 282e305c5d3f6ac8c50fc2afa225a23c5e076108 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 26 Jun 2023 16:39:57 -0700 Subject: [PATCH] libsysprof-gtk: set proper object parent type --- src/libsysprof-gtk/sysprof-column-layer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof-gtk/sysprof-column-layer.c b/src/libsysprof-gtk/sysprof-column-layer.c index 1ae412ab..b3912635 100644 --- a/src/libsysprof-gtk/sysprof-column-layer.c +++ b/src/libsysprof-gtk/sysprof-column-layer.c @@ -39,7 +39,7 @@ enum { N_PROPS }; -G_DEFINE_FINAL_TYPE (SysprofColumnLayer, sysprof_column_layer, SYSPROF_TYPE_CHART_LAYER) +G_DEFINE_FINAL_TYPE (SysprofColumnLayer, sysprof_column_layer, SYSPROF_TYPE_XY_LAYER) static GParamSpec *properties [N_PROPS];