Fix Clang warnings plus some cleanups

This commit is contained in:
Flössie
2019-10-31 08:56:38 +01:00
parent 6935faa258
commit aacea7046c
19 changed files with 99 additions and 87 deletions

View File

@@ -56,7 +56,8 @@ void fastlin2log(float *x, float factor, float base, int w)
}
namespace rtengine {
namespace rtengine
{
void ImProcFunctions::labColorCorrectionRegions(LabImage *lab)
{