mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +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
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue