From 6b047c0acf7691c8fd491e0b7f2a0371316ce3d4 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 12 Jul 2025 02:35:32 -0700 Subject: [PATCH] Organya Decoder: Fix up some lambda functions Change the variable capture of two lambda functions, in one case to silence a warning about deprecation of capturing `this`. Signed-off-by: Christopher Snowhill --- Plugins/Organya/OrganyaDecoder.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Organya/OrganyaDecoder.mm b/Plugins/Organya/OrganyaDecoder.mm index b1887d4be..844766ebe 100644 --- a/Plugins/Organya/OrganyaDecoder.mm +++ b/Plugins/Organya/OrganyaDecoder.mm @@ -104,7 +104,7 @@ namespace Organya { auto& c = carrier, &f = frequency, &a = amplitude; double mainpos = c.offset, maindelta = 256*c.pitch/nsamples; for(size_t i=0; i