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 dc573d770..da3bfc96b 100644 --- a/divelist.h +++ b/divelist.h @@ -7,6 +7,7 @@ struct DiveList { GtkWidget *tree_view; GtkWidget *container_widget; GtkListStore *model; + GtkTreeViewColumn *date, *depth, *duration; }; extern int selected_dive; |