summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-05-29 15:16:00 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-05-29 15:24:40 -0600
commit8463fb728f5215870c67e26a45996f6fc5179571 (patch)
tree4c0cfa45bd301356ae06bf010387a5d4b36eceee /gtk2_ardour/time_axis_view.h
parentb1587940e46d220a696d6cf11b9b0efd3b144b85 (diff)
add option to show/hide region names
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 0a6444022d..00f1fafb48 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -306,6 +306,8 @@ protected:
void color_handler ();
void parameter_changed (std::string const &);
+ virtual void parameter_handler (std::string const &);
+
void conditionally_add_to_selection ();
void build_size_menu ();