diff --git a/libs/pbd/pbd/file_utils.h b/libs/pbd/pbd/file_utils.h index 51fb2c1ad1..8a3b014ba5 100644 --- a/libs/pbd/pbd/file_utils.h +++ b/libs/pbd/pbd/file_utils.h @@ -102,7 +102,7 @@ find_files_matching_regex (std::vector& 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&, void *arg, bool match_fullpath, bool return_fullpath, - long limit, + long limit = -1, bool recurse = false); /**