mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Rename SearchPath::get_search_path_string to SearchPath::get_string
git-svn-id: svn://localhost/ardour2/trunk@1975 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
82b884b707
commit
2c8d0460c2
2 changed files with 3 additions and 5 deletions
|
|
@ -79,7 +79,7 @@ SearchPath::add_directories (const vector<sys::path>& paths)
|
|||
}
|
||||
|
||||
const string
|
||||
SearchPath::get_search_path_string () const
|
||||
SearchPath::get_string () const
|
||||
{
|
||||
string path;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue