summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.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/editor_summary.h
parent91ad3ef81d94d4108c971b8c9f7a226293d57cfc (diff)
use PresentationInfo color to set route colors. GUI appears to respond as expected
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index e95406f978..4fb406a9ab 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -88,7 +88,7 @@ private:
double editor_y_to_summary (double) const;
Position get_position (double, double) const;
void set_cursor (Position);
- void route_gui_changed (std::string);
+ void route_gui_changed (PBD::PropertyChange const&);
bool suspending_editor_updates () const;
double playhead_frame_to_position (framepos_t) const;
framepos_t position_to_playhead_frame_to_position (double pos) const;