summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_directory.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-24 19:46:50 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-24 19:46:50 +0000
commitb507805bf69dc6cef92caaced357450758a6201e (patch)
treee4d2707ae77ce090da70a47d94a35fa8a6d9cf8e /libs/ardour/ardour/session_directory.h
parent31fe3a5d5a3446cb315e45f7a754d30abbd28332 (diff)
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
Diffstat (limited to 'libs/ardour/ardour/session_directory.h')
-rw-r--r--libs/ardour/ardour/session_directory.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/ardour/ardour/session_directory.h b/libs/ardour/ardour/session_directory.h
index 16d7115aee..1972aa4039 100644
--- a/libs/ardour/ardour/session_directory.h
+++ b/libs/ardour/ardour/session_directory.h
@@ -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.
*/