summaryrefslogtreecommitdiffstats
path: root/src/ClashAvoider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClashAvoider.cpp')
-rw-r--r--src/ClashAvoider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClashAvoider.cpp b/src/ClashAvoider.cpp
index 83aefddd..c125db0b 100644
--- a/src/ClashAvoider.cpp
+++ b/src/ClashAvoider.cpp
@@ -37,7 +37,7 @@ ClashAvoider::ClashAvoider(const Store& store)
: _store(store)
{}
-const URI
+URI
ClashAvoider::map_uri(const URI& in)
{
if (uri_is_path(in)) {
@@ -47,7 +47,7 @@ ClashAvoider::map_uri(const URI& in)
}
}
-const Raul::Path
+Raul::Path
ClashAvoider::map_path(const Raul::Path& in)
{
unsigned offset = 0;