there is no PresentationInfo::global_order_t any more
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 19:57:47 +0000 (15:57 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 20:33:01 +0000 (16:33 -0400)
gtk2_ardour/editor.cc
gtk2_ardour/editor.h

index d31cb34db609152c5a7732992c76325aece35e28..3ff3d6aa3b5e3e42d8ebb4b9ac233159c71f3ed3 100644 (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
index 6cb1bc40b6ad7e93df165f017afefa50d25bbc77..ca46df0c1b2a102640a202e6a189152340bd7aa8 100644 (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);