summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/session_utils.h')
-rw-r--r--libs/ardour/ardour/session_utils.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/ardour/ardour/session_utils.h b/libs/ardour/ardour/session_utils.h
index 8a9f6f584c..f7e43e6073 100644
--- a/libs/ardour/ardour/session_utils.h
+++ b/libs/ardour/ardour/session_utils.h
@@ -6,9 +6,7 @@
namespace ARDOUR {
-using std::string;
-
-int find_session (string str, string& path, string& snapshot, bool& isnew);
+int find_session (std::string str, std::string& path, std::string& snapshot, bool& isnew);
/**
* Create a SessionDirectory at the path specified by
@@ -19,7 +17,7 @@ int find_session (string str, string& path, string& snapshot, bool& isnew);
*
* @see SessionDirectory
*/
-bool create_session_directory (const string& session_directory_path);
+bool create_session_directory (const std::string& session_directory_path);
};