summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-16 16:44:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:42 -0400
commit3eae4b0974914c6cace5811856f8f8153908bbce (patch)
treeeae8645ff90b0d814287555014eb53b907a4a2a1 /gtk2_ardour/editor.h
parent1a8769ab0353b98ad106382be5fc34779ae8812a (diff)
tweak Editor to use Stripable methods for control-surface-driven selection
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 9f579a3d81..4151b10727 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1088,7 +1088,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void control_step_tracks_down ();
void control_view (uint32_t);
void control_scroll (float);
- void control_select (uint16_t rid, Selection::Operation);
+ void control_select (ARDOUR::PresentationInfo::global_order_t which, Selection::Operation);
void control_unselect ();
void access_action (std::string,std::string);
bool deferred_control_scroll (framepos_t);