summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-05 15:57:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-05 16:33:01 -0400
commitc7d6262e9f6b77c75372a2b55cefc6270ab73d69 (patch)
treef177978056eea09770a4c7faf57ac5adb2b4a6d7 /gtk2_ardour/editor.h
parentbdd2f25c8b0bcdd51fa876e12159aaae96bd9b35 (diff)
there is no PresentationInfo::global_order_t any more
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 6cb1bc40b6..ca46df0c1b 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1089,7 +1089,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 (ARDOUR::PresentationInfo::global_order_t which, Selection::Operation);
+ void control_select (ARDOUR::PresentationInfo::order_t which, Selection::Operation);
void control_unselect ();
void access_action (std::string,std::string);
bool deferred_control_scroll (framepos_t);