Clang compile error fix

This commit is contained in:
torger 2014-03-20 16:56:52 +01:00
parent 29ec5ba411
commit 3bbd7f83c8
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ namespace rtengine {
extern const Settings* settings;
cmsToneCurve* Color::linearGammaTRC;
LUTf Color::cachef;
LUTf Color::gamma2curve;

View File

@ -27,7 +27,6 @@
namespace rtengine {
extern cmsToneCurve* Color::linearGammaTRC;
extern const Settings* settings;
template<class T> void freeArray (T** a, int H) {