summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-05 17:16:20 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-05 17:16:20 -0400
commit3e12d4b4a625e7c02b797e806c1de501a33ade2d (patch)
tree81e57b4986ca8d52fc4f79346faa0a0466759c9a /gtk2_ardour/route_ui.h
parent91ad3ef81d94d4108c971b8c9f7a226293d57cfc (diff)
use PresentationInfo color to set route colors. GUI appears to respond as expected
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index d710614299..aedea7380b 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -289,7 +289,7 @@ class RouteUI : public virtual ARDOUR::SessionHandlePtr, public virtual sigc::tr
void set_invert_sensitive (bool);
bool verify_new_route_name (const std::string& name);
- void route_gui_changed (std::string);
+ void route_gui_changed (PBD::PropertyChange const&);
virtual void route_color_changed () {}
void check_rec_enable_sensitivity ();