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

@ -106,7 +106,7 @@ find_file_in_search_path(const SearchPath& search_path,
(
"Found no file named %1 in search path %2",
filename,
search_path.get_string ()
search_path.to_string ()
)
<< endmsg;
@ -120,7 +120,7 @@ find_file_in_search_path(const SearchPath& search_path,
(
"Found more than one file matching %1 in search path %2",
filename,
search_path.get_string ()
search_path.to_string ()
)
<< endmsg;
}