summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/file_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/file_utils.h')
-rw-r--r--libs/pbd/pbd/file_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/pbd/file_utils.h b/libs/pbd/pbd/file_utils.h
index 7a9cb68318..bd22f341d8 100644
--- a/libs/pbd/pbd/file_utils.h
+++ b/libs/pbd/pbd/file_utils.h
@@ -117,7 +117,8 @@ find_file (const Searchpath& search_path,
LIBPBD_API void
find_files_matching_regex (std::vector<std::string>& results,
const Searchpath& paths,
- const std::string& regexp);
+ const std::string& regexp,
+ bool recurse = false);
/**
* Find paths in a Searchpath that match a supplied filter(functor)