Fix Win32 Debug build part two

This commit is contained in:
heckflosse
2015-12-09 01:54:47 +01:00
parent b856e210ae
commit 031c41af60

View File

@@ -188,7 +188,7 @@ void ImProcFunctions::vibrance (LabImage* lab)
MunsDebugInfo = new MunsellDebugInfo();
}
#pragma omp parallel default(shared) firstprivate(lab, width, height, chromaPastel, chromaSatur, highlight, limitpastelsatur, transitionweighting, protectskins, avoidcolorshift, MunsDebugInfo) reduction(+: negat, moreRGB, negsat, moresat) if (multiThread)
#pragma omp parallel default(shared) firstprivate(lab, MunsDebugInfo) reduction(+: negat, moreRGB, negsat, moresat) if (multiThread)
#else
#pragma omp parallel default(shared) if (multiThread)
#endif