summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/control_protocol_search_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/control_protocol_search_path.h')
-rw-r--r--libs/ardour/ardour/control_protocol_search_path.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/ardour/control_protocol_search_path.h b/libs/ardour/ardour/control_protocol_search_path.h
index a8cd5b3178..69b13c493e 100644
--- a/libs/ardour/ardour/control_protocol_search_path.h
+++ b/libs/ardour/ardour/control_protocol_search_path.h
@@ -24,8 +24,6 @@
namespace ARDOUR {
- using PBD::SearchPath;
-
/**
* return a SearchPath containing directories in which to look for
* control surface plugins.
@@ -35,7 +33,7 @@ namespace ARDOUR {
* contain the user and system directories which may contain control
* surface plugins.
*/
- SearchPath control_protocol_search_path ();
+ PBD::SearchPath control_protocol_search_path ();
} // namespace ARDOUR