summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/filesystem_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/filesystem_paths.h')
-rw-r--r--libs/pbd/pbd/filesystem_paths.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/pbd/pbd/filesystem_paths.h b/libs/pbd/pbd/filesystem_paths.h
index 8b767a3dfc..a31de8c64e 100644
--- a/libs/pbd/pbd/filesystem_paths.h
+++ b/libs/pbd/pbd/filesystem_paths.h
@@ -25,11 +25,9 @@
namespace PBD {
- using std::vector;
+ std::vector<sys::path> system_data_directories ();
- vector<sys::path> system_data_directories ();
-
- vector<sys::path> system_config_directories ();
+ std::vector<sys::path> system_config_directories ();
} // namespace PBD