mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Add default arguments to match those in PathScanner::operator()
This commit is contained in:
parent
dc81ab8640
commit
26285a3bc0
1 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ find_files_matching_regex (std::vector<std::string>& results,
|
|||
const std::string& regexp,
|
||||
bool match_fullpath,
|
||||
bool return_fullpath,
|
||||
long limit,
|
||||
long limit = -1,
|
||||
bool recurse = false);
|
||||
|
||||
/**
|
||||
|
|
@ -115,7 +115,7 @@ find_files_matching_filter (std::vector<std::string>&,
|
|||
void *arg,
|
||||
bool match_fullpath,
|
||||
bool return_fullpath,
|
||||
long limit,
|
||||
long limit = -1,
|
||||
bool recurse = false);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue