make some files cppcheck clean

This commit is contained in:
Ingo Weyrich
2020-07-15 23:26:16 +02:00
parent a3b33ac55d
commit 4395a1a0b1
5 changed files with 139 additions and 219 deletions

View File

@@ -1805,7 +1805,7 @@ public:
* @param Z Z channel input value and corrected output value [0 ; 65535]
* @param p working profile
*/
static void gamutmap(float &X, float &Y, float &Z, const double p[3][3]);
static void gamutmap(float &X, float Y, float &Z, const double p[3][3]);
/**