provide link-editor-and-mixer-selection option. gui implementation is slightly hacky...
[ardour.git] / libs / ardour / ardour / session_utils.h
index 8a9f6f584cc1ae30dc0d951a4884a5baf2137b78..f7e43e60732ab4ec785a799dda9d6a0d942887fd 100644 (file)
@@ -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);
 
 };