summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-01-22 01:35:18 +0100
committerRobin Gareus <robin@gareus.org>2020-01-22 01:35:18 +0100
commit6914671736cd1d35c628308e5852545cb1813da1 (patch)
tree8382f65a55a9bc0dba3714902260e58d9ef7328a /gtk2_ardour/route_time_axis.h
parent6ce1c326a9c0e66c97a079aebf1027e8ed659e40 (diff)
Propagate ::route_active_changed() methods
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index cc4effd049..1d24e49abd 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -207,6 +207,7 @@ protected:
void take_name_changed (void *src);
void route_property_changed (const PBD::PropertyChange&);
+ void route_active_changed ();
bool name_entry_changed (std::string const&);
virtual void toggle_channel_selector () {}