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
|
|
@ -114,11 +114,9 @@ public:
|
|||
* @return a search path string.
|
||||
*
|
||||
* The string that is returned contains the platform specific
|
||||
* path separator. The verbosity and "explicitness" of this
|
||||
* method is indicitive that I don't think it should be used
|
||||
* that often.
|
||||
* path separator.
|
||||
*/
|
||||
const string get_search_path_string () const;
|
||||
const string get_string () const;
|
||||
|
||||
/**
|
||||
* Assignment of another SearchPath to this.
|
||||
|
|
|
|||
|
|
@ -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