summaryrefslogtreecommitdiff
path: root/libs/ardour/template_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/template_utils.cc')
-rw-r--r--libs/ardour/template_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/template_utils.cc b/libs/ardour/template_utils.cc
index f5a4dc78a6..24674f9226 100644
--- a/libs/ardour/template_utils.cc
+++ b/libs/ardour/template_utils.cc
@@ -83,7 +83,7 @@ find_session_templates (vector<TemplateInfo>& template_names)
{
vector<string> templates;
- find_files_matching_filter (templates, template_search_path(), template_filter, 0, true, true);
+ find_paths_matching_filter (templates, template_search_path(), template_filter, 0, true, true);
if (templates.empty()) {
cerr << "Found nothing along " << template_search_path().to_string() << endl;