summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 94aae01a53..f6debff123 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -2027,7 +2027,7 @@ Session::edit_group_by_name (string name)
}
void
-Session::begin_reversible_command (string name)
+Session::begin_reversible_command (const string& name)
{
current_trans = new UndoTransaction;
current_trans->set_name (name);