Skip to content

Commit

Permalink
Mini fix for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhauke committed Jun 11, 2024
1 parent 3d15874 commit e17cb17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e17cb17

Please sign in to comment.