summaryrefslogtreecommitdiffstats
path: root/src/Path.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
committerDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
commit1243943529fde4d5ac5d242ec48b971e81499875 (patch)
tree70857b1009b8b2ef9f8b204f7f45fe3a82007316 /src/Path.cpp
parent1072f6bf233939d6101856f6d87f664f34490746 (diff)
downloadraul-1243943529fde4d5ac5d242ec48b971e81499875.tar.gz
raul-1243943529fde4d5ac5d242ec48b971e81499875.tar.bz2
raul-1243943529fde4d5ac5d242ec48b971e81499875.zip
New ingen module (library, not e.g. LV2 plugin) design.
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2314 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Path.cpp')
-rw-r--r--src/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Path.cpp b/src/Path.cpp
index 6e14076..512d91b 100644
--- a/src/Path.cpp
+++ b/src/Path.cpp
@@ -119,7 +119,7 @@ Path::nameify(const std::basic_string<char>& str)
/** Replace any invalid characters in @a str with a suitable replacement.
*/
void
-Path::replace_invalid_chars(string& str, size_t start, bool replace_slash)
+Path::replace_invalid_chars(std::string& str, size_t start, bool replace_slash)
{
string prefix = str.substr(0, start);
str = str.substr(start);