Clang compile error fix
This commit is contained in:
parent
29ec5ba411
commit
3bbd7f83c8
@ -29,6 +29,7 @@ namespace rtengine {
|
||||
|
||||
extern const Settings* settings;
|
||||
|
||||
cmsToneCurve* Color::linearGammaTRC;
|
||||
LUTf Color::cachef;
|
||||
LUTf Color::gamma2curve;
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
namespace rtengine {
|
||||
|
||||
extern cmsToneCurve* Color::linearGammaTRC;
|
||||
extern const Settings* settings;
|
||||
|
||||
template<class T> void freeArray (T** a, int H) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user