mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: fix compilation warning
This commit is contained in:
@ -61,10 +61,10 @@ typedef struct
|
|||||||
GtkTreeViewColumn *function_size_column;
|
GtkTreeViewColumn *function_size_column;
|
||||||
GtkCellRendererText *function_size_cell;
|
GtkCellRendererText *function_size_cell;
|
||||||
GtkStack *stack;
|
GtkStack *stack;
|
||||||
GtkCheckButton *summary;
|
GtkToggleButton *summary;
|
||||||
GtkCheckButton *all_allocs;
|
GtkToggleButton *all_allocs;
|
||||||
GtkCheckButton *temp_allocs;
|
GtkToggleButton *temp_allocs;
|
||||||
GtkCheckButton *leaked_allocs_button;
|
GtkToggleButton *leaked_allocs_button;
|
||||||
GtkLabel *temp_allocs_count;
|
GtkLabel *temp_allocs_count;
|
||||||
GtkLabel *num_allocs;
|
GtkLabel *num_allocs;
|
||||||
GtkLabel *leaked_allocs;
|
GtkLabel *leaked_allocs;
|
||||||
|
|||||||
Reference in New Issue
Block a user