From 1243943529fde4d5ac5d242ec48b971e81499875 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Dec 2009 21:37:50 +0000 Subject: 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 --- src/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Path.cpp') 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& 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); -- cgit v1.2.1