summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 6367a44e20..ad440e0282 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -1295,7 +1295,7 @@ OptionEditor::click_browse_clicked ()
}
void
-OptionEditor::click_chosen (stringcr_t path)
+OptionEditor::click_chosen (const string & path)
{
click_path_entry.set_text (path);
click_sound_changed ();
@@ -1314,7 +1314,7 @@ OptionEditor::click_emphasis_browse_clicked ()
}
void
-OptionEditor::click_emphasis_chosen (stringcr_t path)
+OptionEditor::click_emphasis_chosen (const string & path)
{
click_emphasis_path_entry.set_text (path);
click_emphasis_sound_changed ();