mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Rename PBD::find_file_in_search_path to just PBD::find_file
saves a bit of typing and not necessary if you look at how it is used.
This commit is contained in:
parent
8d0cba3384
commit
cd12698b9c
28 changed files with 45 additions and 45 deletions
|
|
@ -147,9 +147,9 @@ find_files_matching_pattern (vector<string>& result,
|
|||
}
|
||||
|
||||
bool
|
||||
find_file_in_search_path(const Searchpath& search_path,
|
||||
const string& filename,
|
||||
std::string& result)
|
||||
find_file (const Searchpath& search_path,
|
||||
const string& filename,
|
||||
std::string& result)
|
||||
{
|
||||
vector<std::string> tmp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue