Rename PBD::SearchPath::get_string to PBD::SearchPath::to_string

git-svn-id: svn://localhost/ardour2/trunk@2369 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-09-04 04:47:48 +00:00
parent 39cd07a969
commit 3b937a7c44
6 changed files with 9 additions and 9 deletions

View file

@ -369,7 +369,7 @@ Session::raid_path () const
raid_search_path += sys::path((*i).path);
}
return raid_search_path.get_string ();
return raid_search_path.to_string ();
}
void
@ -406,8 +406,8 @@ Session::setup_raid_path (string path)
// set the AudioFileSource and SMFSource search path
AudioFileSource::set_search_path (sound_search_path.get_string ());
SMFSource::set_search_path (midi_search_path.get_string ());
AudioFileSource::set_search_path (sound_search_path.to_string ());
SMFSource::set_search_path (midi_search_path.to_string ());
// reset the round-robin soundfile path thingie