mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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:
parent
39cd07a969
commit
3b937a7c44
6 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue