diff options
author | David Robillard <d@drobilla.net> | 2023-05-02 00:48:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-02 16:24:03 -0400 |
commit | 4e72044bbd2776ccac6f8cb56fc0e744cc9730c0 (patch) | |
tree | 60982c8f108e36de92ded5068286cdb28dd43f60 /include/ingen | |
parent | 8035015f9e583f483279d306b9bae6096c0bd357 (diff) | |
download | ingen-4e72044bbd2776ccac6f8cb56fc0e744cc9730c0.tar.gz ingen-4e72044bbd2776ccac6f8cb56fc0e744cc9730c0.tar.bz2 ingen-4e72044bbd2776ccac6f8cb56fc0e744cc9730c0.zip |
Fix relative URI creation with newer serd
Diffstat (limited to 'include/ingen')
-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; } |