mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
Change the SessionDirectory constructor to take a sys::path instead of a string
git-svn-id: svn://localhost/ardour2/trunk@2400 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d767a064b6
commit
911c873e56
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ public:
|
|||
/**
|
||||
* @param session_path An absolute path to a session directory.
|
||||
*/
|
||||
SessionDirectory (const string& session_path);
|
||||
SessionDirectory (const path& session_path);
|
||||
|
||||
/**
|
||||
* @return the absolute path to the root directory of the session
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ namespace ARDOUR {
|
|||
|
||||
using namespace PBD::sys;
|
||||
|
||||
SessionDirectory::SessionDirectory (const string& session_path)
|
||||
SessionDirectory::SessionDirectory (const path& session_path)
|
||||
: m_root_path(session_path)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue