Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
508B

  1. diff --git a/source/libs/lilv/lilv-0.16.0/lilv/lilvmm.hpp b/source/libs/lilv/lilv-0.16.0/lilv/lilvmm.hpp
  2. index 666f466..4215ab8 100644
  3. --- a/source/libs/lilv/lilv-0.16.0/lilv/lilvmm.hpp
  4. +++ b/source/libs/lilv/lilv-0.16.0/lilv/lilvmm.hpp
  5. @@ -60,6 +60,7 @@ uri_to_path(const char* uri) {
  6. #endif
  7. struct Node {
  8. + inline Node(LilvNode* node) : me(node) {}
  9. inline Node(const LilvNode* node) : me(lilv_node_duplicate(node)) {}
  10. inline Node(const Node& copy) : me(lilv_node_duplicate(copy.me)) {}