summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/template_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/template_utils.h')
-rw-r--r--libs/ardour/ardour/template_utils.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h
index 075bcf1e3c..f40ed1c552 100644
--- a/libs/ardour/ardour/template_utils.h
+++ b/libs/ardour/ardour/template_utils.h
@@ -8,14 +8,11 @@
namespace ARDOUR {
- using std::vector;
- using namespace PBD;
+ PBD::sys::path system_template_directory ();
+ PBD::sys::path system_route_template_directory ();
- sys::path system_template_directory ();
- sys::path system_route_template_directory ();
-
- sys::path user_template_directory ();
- sys::path user_route_template_directory ();
+ PBD::sys::path user_template_directory ();
+ PBD::sys::path user_route_template_directory ();
struct TemplateInfo {
std::string name;