From e17cb17271ecd29b0a941f65f890d29ef06a3e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Kr=C3=BCger?= Date: Tue, 11 Jun 2024 07:38:51 +0200 Subject: [PATCH] Mini fix for Linux --- .../src/CjvxSpNMixChainEnterLeave_props.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/jvxComponents/jvxSignalProcessingNodes/jvxSpNMixChainEnterLeave/src/CjvxSpNMixChainEnterLeave_props.cpp b/sources/jvxComponents/jvxSignalProcessingNodes/jvxSpNMixChainEnterLeave/src/CjvxSpNMixChainEnterLeave_props.cpp index c2f08d0f..0132d699 100644 --- a/sources/jvxComponents/jvxSignalProcessingNodes/jvxSpNMixChainEnterLeave/src/CjvxSpNMixChainEnterLeave_props.cpp +++ b/sources/jvxComponents/jvxSignalProcessingNodes/jvxSpNMixChainEnterLeave/src/CjvxSpNMixChainEnterLeave_props.cpp @@ -81,7 +81,7 @@ JVX_PROPERTIES_FORWARD_C_CALLBACK_EXECUTE_FULL(CjvxSpNMixChainEnterLeave, specif if (!err) { - auto& elmI = presets_channel_routing.find(newElm.cpId); + auto elmI = presets_channel_routing.find(newElm.cpId); if (elmI == presets_channel_routing.end()) { presets_channel_routing[newElm.cpId] = newElm;