summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/