Fix undefined reference compilation error

The debug build failed to compile due to undefined reference to
HistogramArea::MAX_BRIGHT and HistogramArea::MIN_BRIGHT.

Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
This commit is contained in:
Lawrence Lee
2020-10-16 17:15:03 -07:00
parent cfb22d5550
commit 044d16503c

View File

@@ -29,6 +29,9 @@
using namespace rtengine;
constexpr float HistogramArea::MAX_BRIGHT;
constexpr float HistogramArea::MIN_BRIGHT;
using ScopeType = Options::ScopeType;
//