summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/search_path.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-07 03:24:53 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-07 03:24:53 +0000
commit2c8d0460c2f99c2027d78c090b80d8df95d6f1e6 (patch)
tree92ae3953d539589c55b4da644518f0c7ac682d4d /libs/pbd/pbd/search_path.h
parent82b884b707ab2662acde9730d388c1942ea853da (diff)
Rename SearchPath::get_search_path_string to SearchPath::get_string
git-svn-id: svn://localhost/ardour2/trunk@1975 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/search_path.h')
-rw-r--r--libs/pbd/pbd/search_path.h6
1 files changed, 2 insertions, 4 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.