summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
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.cc
parentbdd2f25c8b0bcdd51fa876e12159aaae96bd9b35 (diff)
there is no PresentationInfo::global_order_t any more
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index d31cb34db6..3ff3d6aa3b 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -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