13
0

Expose sources_root() for Session and make everything else private rather than protected.

git-svn-id: svn://localhost/ardour2/branches/3.0@10298 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-24 19:46:50 +00:00
parent 31fe3a5d5a
commit b507805bf6

View File

@ -108,14 +108,6 @@ public:
*/
bool create ();
protected:
/**
* @return The path to the old style sound directory.
* It isn't created by create().
*/
const PBD::sys::path old_sound_path () const;
/**
* @return The path to the directory under which source directories
* are created for different source types.
@ -123,6 +115,14 @@ protected:
*/
const PBD::sys::path sources_root() const;
private:
/**
* @return The path to the old style sound directory.
* It isn't created by create().
*/
const PBD::sys::path old_sound_path () const;
/**
* @return a vector containing the fullpath of all subdirectories.
*/