summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/filesystem_paths.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-27 12:12:24 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-27 12:12:24 +0000
commit1c8fc3c5843b135adc1ebceecc2ee8ffb6c8a3d4 (patch)
treebc57109454e6870d76d5cd3eaf13271e9ad3c203 /libs/ardour/ardour/filesystem_paths.h
parentfca7e674c15f83d762882e16ef67943e7e692ae3 (diff)
Rename ARDOUR::system_module_directory ARDOUR::ardour_module_directory
git-svn-id: svn://localhost/ardour2/trunk@2052 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/filesystem_paths.h')
-rw-r--r--libs/ardour/ardour/filesystem_paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h
index 0e17327fa5..9d7d6ba216 100644
--- a/libs/ardour/ardour/filesystem_paths.h
+++ b/libs/ardour/ardour/filesystem_paths.h
@@ -36,7 +36,7 @@ namespace ARDOUR {
* @return the path to the directory that contains the system wide ardour
* modules.
*/
- sys::path system_module_directory ();
+ sys::path ardour_module_directory ();
} // namespace ARDOUR