From 5c819462b8f146b25a7dbe2c948a8407e7c5dbbb Mon Sep 17 00:00:00 2001 From: Karsten Wiese Date: Thu, 22 Dec 2005 12:23:54 +0000 Subject: s/stringcr_t/const string &/ git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/option_editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/option_editor.h') diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h index 6d53105c25..b23014c4b4 100644 --- a/gtk2_ardour/option_editor.h +++ b/gtk2_ardour/option_editor.h @@ -225,8 +225,8 @@ class OptionEditor : public Gtk::Dialog void setup_click_editor (); void clear_click_editor (); - void click_chosen (ARDOUR::stringcr_t paths); - void click_emphasis_chosen (ARDOUR::stringcr_t paths); + void click_chosen (const string & paths); + void click_emphasis_chosen (const string & paths); void click_browse_clicked (); void click_emphasis_browse_clicked (); -- cgit v1.2.3