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 92dc551a..3c7ea827 100644
--- a/src/ClashAvoider.cpp
+++ b/src/ClashAvoider.cpp
@@ -33,8 +33,8 @@ ClashAvoider::ClashAvoider(const Store& store)
const Raul::URI
ClashAvoider::map_uri(const Raul::URI& in)
{
- if (Node::uri_is_path(in)) {
- return Node::path_to_uri(map_path(Node::uri_to_path(in)));
+ if (uri_is_path(in)) {
+ return path_to_uri(map_path(uri_to_path(in)));
} else {
return in;
}