summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorNikolaus Gullotta <nik@harrisonconsoles.com>2019-07-22 15:47:17 -0500
committerNikolaus Gullotta <nik@harrisonconsoles.com>2019-07-22 15:47:17 -0500
commit31ec8ce7d18e36d3c765beeb0445eb946373addf (patch)
treeff4763aa566c907d82571a3305f9453cca7e66cb /gtk2_ardour/location_ui.h
parent7d4f72174c2c5b97baf5fe5ec22f41ad28818925 (diff)
Location timestamp changes - can now sort by location creation date: gtk part
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 2cd69b834c..500329cfca 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -79,6 +79,7 @@ protected:
Gtk::Entry name_entry;
Gtk::Label name_label;
Gtk::Label number_label;
+ Gtk::Label date_label;
Gtk::HBox start_hbox;
AudioClock start_clock;