summaryrefslogtreecommitdiffstats
path: root/include/ingen/URI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/URI.hpp')
-rw-r--r--include/ingen/URI.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ingen/URI.hpp b/include/ingen/URI.hpp
index c344e7c2..a45fb268 100644
--- a/include/ingen/URI.hpp
+++ b/include/ingen/URI.hpp
@@ -52,6 +52,7 @@ public:
~URI();
URI make_relative(const URI& base) const;
+ URI make_relative(const URI& base, const URI& root) const;
bool empty() const { return !_node.buf; }