Browse Source

Now fix new compilers too :P

tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
e9a5cd0fa4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/CarlaLv2Utils.hpp

+ 1
- 1
source/utils/CarlaLv2Utils.hpp View File

@@ -2563,7 +2563,7 @@ const LV2_RDF_Descriptor* lv2_rdf_new(const LV2_URI uri, const bool loadPresets)
lilv_node_free(unitUnitNode);
}

parameters[rdfParam.URI] = rdfParam;
parameters[rdfParam.URI].copyAndReplace(rdfParam);
}

CARLA_SAFE_ASSERT_UINT2(parameters.size() == numUsed, parameters.size(), numUsed);


Loading…
Cancel
Save