From 4e72044bbd2776ccac6f8cb56fc0e744cc9730c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 May 2023 00:48:29 -0400 Subject: Fix relative URI creation with newer serd --- include/ingen/URI.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ingen') 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; } -- cgit v1.2.1