summaryrefslogtreecommitdiffstats
path: root/src/shared/ClashAvoider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ClashAvoider.cpp')
-rw-r--r--src/shared/ClashAvoider.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/ClashAvoider.cpp b/src/shared/ClashAvoider.cpp
index 10d22d5d..ee2c1566 100644
--- a/src/shared/ClashAvoider.cpp
+++ b/src/shared/ClashAvoider.cpp
@@ -25,7 +25,8 @@ namespace Ingen {
namespace Shared {
-const Raul::Path
+/** Always returns a valid Raul::Path */
+const std::string
ClashAvoider::map_path(const Raul::Path& in)
{
//cout << "MAP PATH: " << in;