summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/filesystem_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/filesystem_paths.h')
-rw-r--r--libs/ardour/ardour/filesystem_paths.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h
index cebb8c1e4e..7e14c9a4fa 100644
--- a/libs/ardour/ardour/filesystem_paths.h
+++ b/libs/ardour/ardour/filesystem_paths.h
@@ -25,25 +25,23 @@
namespace ARDOUR {
- using namespace PBD;
-
/**
* @return the path to the directory used to store user specific ardour
* configuration files.
*/
- sys::path user_config_directory ();
+ PBD::sys::path user_config_directory ();
/**
* @return the path to the directory that contains the system wide ardour
* modules.
*/
- sys::path ardour_module_directory ();
+ PBD::sys::path ardour_module_directory ();
- SearchPath ardour_search_path ();
+ PBD::SearchPath ardour_search_path ();
- SearchPath system_config_search_path ();
+ PBD::SearchPath system_config_search_path ();
- SearchPath system_data_search_path ();
+ PBD::SearchPath system_data_search_path ();
} // namespace ARDOUR