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
@ -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…
Reference in New Issue
Block a user