From b507805bf69dc6cef92caaced357450758a6201e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Oct 2011 19:46:50 +0000 Subject: 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 --- libs/ardour/ardour/session_directory.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libs/ardour/ardour') 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. */ -- cgit v1.2.3