there is no PresentationInfo::global_order_t any more

This commit is contained in:
Paul Davis 2016-06-05 15:57:47 -04:00
parent bdd2f25c8b
commit c7d6262e9f
2 changed files with 2 additions and 2 deletions

View file

@ -1010,7 +1010,7 @@ Editor::control_unselect ()
}
void
Editor::control_select (PresentationInfo::global_order_t global_order, Selection::Operation op)
Editor::control_select (PresentationInfo::order_t global_order, Selection::Operation op)
{
/* handles the (static) signal from the ControlProtocol class that
* requests setting the selected track to a given RID

View file

@ -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);