libsysprof-gtk: set proper object parent type

This commit is contained in:
Christian Hergert
2023-06-26 16:39:57 -07:00
parent 453882a39a
commit 282e305c5d

View File

@ -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];