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.

12 lines
474B

  1. diff -U 3 -H -b -B -d -r -N -- lilv-0.14.4.old/lilv/lilvmm.hpp lilv-0.14.4/lilv/lilvmm.hpp
  2. --- lilv-0.14.4.old/lilv/lilvmm.hpp 2012-09-13 12:47:55.000000000 +0100
  3. +++ lilv-0.14.4/lilv/lilvmm.hpp 2012-09-13 12:48:10.950555311 +0100
  4. @@ -60,6 +60,7 @@
  5. #endif
  6. struct Node {
  7. + inline Node(LilvNode* node) : me(node) {}
  8. inline Node(const LilvNode* node) : me(lilv_node_duplicate(node)) {}
  9. inline Node(const Node& copy) : me(lilv_node_duplicate(copy.me)) {}