summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_bundled_search_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/lv2_bundled_search_path.cc')
-rw-r--r--libs/ardour/lv2_bundled_search_path.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/lv2_bundled_search_path.cc b/libs/ardour/lv2_bundled_search_path.cc
index d8cd1c1075..2454ea2ae1 100644
--- a/libs/ardour/lv2_bundled_search_path.cc
+++ b/libs/ardour/lv2_bundled_search_path.cc
@@ -29,10 +29,10 @@ using namespace PBD;
namespace ARDOUR {
-SearchPath
+Searchpath
lv2_bundled_search_path ()
{
- SearchPath spath( ardour_dll_directory () );
+ Searchpath spath( ardour_dll_directory () );
spath.add_subdirectory_to_paths ("LV2");
return spath;