commit 07b4f0230336c9657285c812f279cc8a8561183e
parent 551199aef323e17ecabc09cdab5528e2483824ce
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sat, 30 May 2020 16:17:10 -0400
Resolve Windows build issue
Credit to tracking down the issue goes to FormulaGX at
https://github.com/zynaddsubfx/zyn-fusion-build/issues/52
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Misc/MiddleWare.cpp b/src/Misc/MiddleWare.cpp
@@ -190,7 +190,7 @@ void preparePadSynth(string path, PADnoteParameters *p, rtosc::RtData &d)
#ifdef WIN32
unsigned num = p->sampleGenerator([&path,&d]
- (unsigned N, PADnoteParameters::Sample &s)
+ (unsigned N, PADnoteParameters::Sample &&s)
{
//printf("sending info to '%s'\n",
// (path+to_s(N)).c_str());