diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h index c046a879a..c8bc5ff72 100644 --- a/divelist.h +++ b/divelist.h @@ -8,6 +8,7 @@ struct DiveList { GtkWidget *container_widget; GtkListStore *model; GtkTreeViewColumn *date, *depth, *duration; + GtkTreeViewColumn *temperature, *nitrox, *sac; }; extern struct DiveList dive_list; |