summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/pbd/pbd/search_path.h6
-rw-r--r--libs/pbd/search_path.cc2
2 files changed, 3 insertions, 5 deletions
diff --git a/libs/pbd/pbd/search_path.h b/libs/pbd/pbd/search_path.h
index 00756873dc..18f05ef014 100644
--- a/libs/pbd/pbd/search_path.h
+++ b/libs/pbd/pbd/search_path.h
@@ -114,11 +114,9 @@ public:
* @return a search path string.
*
* The string that is returned contains the platform specific
- * path separator. The verbosity and "explicitness" of this
- * method is indicitive that I don't think it should be used
- * that often.
+ * path separator.
*/
- const string get_search_path_string () const;
+ const string get_string () const;
/**
* Assignment of another SearchPath to this.
diff --git a/libs/pbd/search_path.cc b/libs/pbd/search_path.cc
index 0546789074..9a10557dab 100644
--- a/libs/pbd/search_path.cc
+++ b/libs/pbd/search_path.cc
@@ -79,7 +79,7 @@ SearchPath::add_directories (const vector<sys::path>& paths)
}
const string
-SearchPath::get_search_path_string () const
+SearchPath::get_string () const
{
string path;