Cppcheck: Fixed almost all performance hints

This commit is contained in:
heckflosse
2016-10-03 01:56:22 +02:00
parent 3552fd4161
commit 3bef6cb8de
6 changed files with 7 additions and 157 deletions

View File

@@ -4395,7 +4395,7 @@ void RawImageSource::HLRecovery_CIELab (float* rin, float* gin, float* bin, floa
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
void RawImageSource::hlRecovery (std::string method, float* red, float* green, float* blue, int width, float* hlmax )
void RawImageSource::hlRecovery (const std::string &method, float* red, float* green, float* blue, int width, float* hlmax )
{
if (method == "Luminance") {