From e9a5cd0fa43654f700378012a678f3e88fc5388c Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 31 Dec 2020 18:46:09 +0000 Subject: [PATCH] Now fix new compilers too :P --- source/utils/CarlaLv2Utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/CarlaLv2Utils.hpp b/source/utils/CarlaLv2Utils.hpp index e00cc5f27..e01c8d1b8 100644 --- a/source/utils/CarlaLv2Utils.hpp +++ b/source/utils/CarlaLv2Utils.hpp @@ -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);