summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-21 18:54:34 +0100
committerRobin Gareus <robin@gareus.org>2015-12-21 18:54:34 +0100
commit7edd521afe1c745997f729f41ec9683a2f20e81f (patch)
treef8e87d6b91af04cf2c1213ebde740b07d5fa8734 /gtk2_ardour/route_ui.h
parent3be59616e87c33e7da072f4ce83b9d47a7e2530b (diff)
unhardcode "ardour:" port-prefix
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 04ddf683e2..ff4d45300f 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -270,6 +270,8 @@ class RouteUI : public virtual AxisView
virtual void bus_send_display_changed (boost::shared_ptr<ARDOUR::Route>);
+ static std::string program_port_prefix;
+
private:
void check_rec_enable_sensitivity ();
void parameter_changed (std::string const &);