diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.h b/divelist.h index 46598b14f..2d1fd5092 100644 --- a/divelist.h +++ b/divelist.h @@ -8,7 +8,7 @@ struct DiveList { GtkWidget *container_widget; GtkListStore *model; GtkTreeViewColumn *date, *depth, *duration, *location; - GtkTreeViewColumn *temperature, *nitrox, *sac; + GtkTreeViewColumn *temperature, *cylinder, *nitrox, *sac; }; struct dive; |