mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: fix compilation warning
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user