diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ingen/URI.hpp | 1 |
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; } |