summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index af1a7217d0..61f975689c 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -204,6 +204,10 @@ Route::set_order_key (std::string const & name, long n)
_session.set_dirty ();
}
+/** Set all order keys to be the same as that for `base', if such a key
+ * exists in this route.
+ * @param base Base key.
+ */
void
Route::sync_order_keys (std::string const & base)
{