libsysprof-ui: fix compilation warning

This commit is contained in:
Christian Hergert
2022-04-01 13:53:59 -07:00
parent 31201aef63
commit df0ff1449d

View File

@ -61,10 +61,10 @@ typedef struct
GtkTreeViewColumn *function_size_column;
GtkCellRendererText *function_size_cell;
GtkStack *stack;
GtkCheckButton *summary;
GtkCheckButton *all_allocs;
GtkCheckButton *temp_allocs;
GtkCheckButton *leaked_allocs_button;
GtkToggleButton *summary;
GtkToggleButton *all_allocs;
GtkToggleButton *temp_allocs;
GtkToggleButton *leaked_allocs_button;
GtkLabel *temp_allocs_count;
GtkLabel *num_allocs;
GtkLabel *leaked_allocs;